module documentation

This module contains some mixins for the different nodes.

Class AssignTypeMixin No class docstring; 1/2 method documented
Class BlockRangeMixIn override block range
Class FilterStmtsMixin Mixin for statement filtering and assignment type
Class ImportFromMixin MixIn for From and Import Nodes
Class MultiLineBlockMixin Mixin for nodes with multi-line blocks, e.g. For and FunctionDef. Note that this does not apply to every node with a body field. For instance, an If node has a multi-line body, but the body of an IfExpr is not multi-line, and hence cannot contain Return nodes, Assign nodes, etc.
Class NoChildrenMixin Mixin for nodes with no children, e.g. Pass.
Class ParentAssignTypeMixin Undocumented