/external/python/cpython2/Lib/importlib/ |
D | __init__.py | 20 def import_module(name, package=None): function
|
/external/python/cpython3/Lib/importlib/ |
D | __init__.py | 108 def import_module(name, package=None): function
|
/external/autotest/client/ |
D | setup_modules.py | 67 def import_module(module, from_where): function
|
/external/python/cpython3/Lib/test/support/ |
D | import_helper.py | 66 def import_module(name, deprecated=False, *, required_on=()): function
|
/external/python/cpython3/Lib/test/test_importlib/import_/ |
D | test___package__.py | 37 def import_module(self, globals_): member in Using__package__
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
D | translate.py | 225 def _Import(module, import_module): argument
|
/external/python/cpython2/Lib/ |
D | ihooks.py | 362 def import_module(self, name, globals={}, locals={}, fromlist=[]): member in BasicModuleImporter 404 def import_module(self, name, globals=None, locals=None, fromlist=None, member in ModuleImporter
|
D | modulefinder.py | 271 def import_module(self, partname, fqname, parent): member in ModuleFinder
|
/external/python/cpython2/Lib/test/ |
D | test_import.py | 463 def import_module(self): member in PycRewritingTests
|
/external/python/cpython3/Lib/ |
D | modulefinder.py | 300 def import_module(self, partname, fqname, parent): member in ModuleFinder
|
/external/scapy/scapy/tools/ |
D | UTscapy.py | 26 def import_module(name): function
|
/external/python/cpython3/Lib/test/test_import/ |
D | __init__.py | 641 def import_module(self): member in PycRewritingTests
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 79 def import_module(name, deprecated=False): function
|