class documentation

class ChainDefUseOfImports(StmtVisitor): (source)

Constructor: ChainDefUseOfImports(state)

View In Hierarchy

Adds each alias instance to the list of uses of the Def of the name their are binding.

Method __init__ Undocumented
Method generic_visit Undocumented
Method visit_alias Undocumented
Method visit_Import Undocumented
Instance Variable _state Undocumented

Inherited from StmtVisitor:

Method visit_stmt Undocumented
def __init__(self, state: MutableState): (source)

Undocumented

def generic_visit(self, node: Any): (source)

Undocumented

def visit_alias(self, node: ast.alias): (source)

Undocumented

def visit_Import(self, node): (source)

Undocumented

Undocumented