Home
last modified time | relevance | path

Searched refs:ast_from_module (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-astroid/astroid-2.9.0/astroid/
H A Dmanager.py190 return self.ast_from_module(module, modname)
271 def ast_from_module(self, module: types.ModuleType, modname: str = None): member in AstroidManager
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/logilab/logilab/astroid/
H A Dmanager.py154 return self.ast_from_module(module, modname)
207 def ast_from_module(self, module, modname=None): member in AstroidManager
H A Dscoped_nodes.py130 builtin_astroid = MANAGER.ast_from_module(builtins)
/dports/devel/py-astroid/astroid-2.9.0/astroid/nodes/
H A Dscoped_nodes.py210 builtin_astroid = AstroidManager().ast_from_module(builtins)