class documentation

MixIn for From and Import Nodes

Method do_import_module return the ast for a module whose name is <modname> imported by <self>
Method real_name get name from 'as' name
Method _infer_name Undocumented

Inherited from FilterStmtsMixin:

Method assign_type Undocumented
Method _get_filtered_stmts method used in _filter_stmts to get statements and trigger break
def do_import_module(self, modname=None): (source)

return the ast for a module whose name is <modname> imported by <self>

def real_name(self, asname): (source)

get name from 'as' name

def _infer_name(self, frame, name): (source)

Undocumented