class ImportFromMixin(FilterStmtsMixin): (source)
Known subclasses: astroid.nodes.Import
, astroid.nodes.ImportFrom
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 |