Home
last modified time | relevance | path

Searched defs:import_module (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/pytorch/torch/package/
H A Dimporter.py50 def import_module(self, module_name: str) -> ModuleType: member in Importer
170 def import_module(self, module_name: str): member in _SysImporter
207 def import_module(self, module_name: str) -> ModuleType: member in OrderedImporter
/aosp_15_r20/tools/test/connectivity/acts/framework/tests/
Dacts_import_unit_test.py32 def import_module(name, path): function
41 def import_module(name, path): function
/aosp_15_r20/external/pytorch/tools/shared/
H A Dmodule_loader.py6 def import_module(name: str, path: str) -> ModuleType: function
/aosp_15_r20/external/python/cpython2/Lib/importlib/
D__init__.py20 def import_module(name, package=None): function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/importlib/
H A D__init__.py108 def import_module(name, package=None): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/importlib/
D__init__.py108 def import_module(name, package=None): function
/aosp_15_r20/external/python/cpython3/Lib/importlib/
D__init__.py108 def import_module(name, package=None): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/importlib/
D__init__.py108 def import_module(name, package=None): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/importlib/
D__init__.py108 def import_module(name, package=None): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/importlib/
D__init__.py108 def import_module(name, package=None): function
/aosp_15_r20/external/python/cpython2/Lib/
Dihooks.py362 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
Dmodulefinder.py271 def import_module(self, partname, fqname, parent): member in ModuleFinder
/aosp_15_r20/external/pytorch/test/package/
H A Dtest_importer.py101 def import_module(self, module_name): member in TestImporter.test_ordered_importer_whichmodule.DummyImporter
H A Dtest_dependency_api.py282 def import_module(self, module_name): member in TestDependencyAPI.test_broken_dependency.BrokenImporter
/aosp_15_r20/external/autotest/client/
H A Dsetup_modules.py74 def import_module(module, from_where): function
/aosp_15_r20/external/python/cpython3/Lib/test/support/
Dimport_helper.py67 def import_module(name, deprecated=False, *, required_on=()): function
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest___package__.py37 def import_module(self, globals_): member in Using__package__
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dtranslate.py225 def _Import(module, import_module): argument
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_import.py463 def import_module(self): member in PycRewritingTests
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dmodulefinder.py292 def import_module(self, partname, fqname, parent): member in ModuleFinder
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dmodulefinder.py292 def import_module(self, partname, fqname, parent): member in ModuleFinder
/aosp_15_r20/external/python/cpython3/Lib/
Dmodulefinder.py292 def import_module(self, partname, fqname, parent): member in ModuleFinder
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dmodulefinder.py292 def import_module(self, partname, fqname, parent): member in ModuleFinder
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dmodulefinder.py292 def import_module(self, partname, fqname, parent): member in ModuleFinder
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dmodulefinder.py292 def import_module(self, partname, fqname, parent): member in ModuleFinder

12