module documentation

Undocumented

Class ImportInfo Complement an ast.alias node with resolved origin module and name.
Class ImportParser Transform import statements into a mapping from ast.alias to ImportInfo. One instance of ImportParser can be used to parse all imports in a given module.
Class ParseImportedNames Maps each ast.alias in the module to their ImportInfo counterpart.
Variable _alias_needs_lineno Undocumented
_alias_needs_lineno = (source) ΒΆ

Undocumented