class documentation

class FilterStmtsMixin: (source)

Known subclasses: astroid.mixins.ImportFromMixin, astroid.nodes.scoped_nodes.ClassDef, astroid.nodes.scoped_nodes.Lambda

View In Hierarchy

Mixin for statement filtering and assignment type
Method assign​_type Undocumented
Method _get​_filtered​_stmts method used in _filter_stmts to get statements and trigger break
def assign_type(self): (source)

Undocumented

def _get_filtered_stmts(self, _, node, _stmts, mystmt): (source)
method used in _filter_stmts to get statements and trigger break
Parameters
_Undocumented
nodeUndocumented
_stmtsUndocumented
mystmt:Optional[nodes.Statement]Undocumented