module documentation

This module contains some mixins for the different nodes.

Class AssignTypeMixin Base node for nodes that can 'assign' such as AnnAssign.
Class BlockRangeMixIn Base node for multi-line blocks that can have else statements.
Class FilterStmtsMixin Base node for statement filtering and assignment type.
Class ImportFromMixin Base node for From and Import Nodes.
Class MultiLineBlockMixin Base node for multi-line blocks, e.g. For and FunctionDef.
Class NoChildrenMixin Base nodes for nodes with no children, e.g. Pass.
Class ParentAssignTypeMixin Base node for nodes whose assign_type is determined by the parent node.