class documentation
class ImportFromMixin(FilterStmtsMixin): (source)
Known subclasses: astroid.nodes.Import, astroid.nodes.ImportFrom
MixIn for From and Import Nodes
| Method | do |
return the ast for a module whose name is <modname> imported by <self> |
| Method | real |
get name from 'as' name |
| Method | _infer |
Undocumented |
Inherited from FilterStmtsMixin:
| Method | assign |
Undocumented |
| Method | _get |
method used in _filter_stmts to get statements and trigger break |