module documentation

Undocumented

Class Ancestors Build the ancestor tree, that associates a node to the list of node visited from the root node (the Module) to the current node
Class CollectGlobals Undocumented
Class Def Model a definition, either named or unnamed, and its users.
Class DefUseChains Module visitor that gathers two kinds of informations: - locals: Dict[node, List[Def]], a mapping between a node and the list of variable defined in this node, - chains: Dict[node, Def], a mapping between nodes and their chains.
Class ordered_set Undocumented
Class UseDefChains DefUseChains adaptor that builds a mapping between each user and the Def that defines this user: - chains: Dict[node, List[Def]], a mapping between nodes and the Defs that define it.
Variable Builtins Undocumented
Variable DeclarationStep Undocumented
Variable DefinitionStep Undocumented
Builtins = (source)

Undocumented

DeclarationStep = (source)

Undocumented

DefinitionStep = (source)

Undocumented