Home
last modified time | relevance | path

Searched defs:import_ (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Tools/importbench/
Dimportbench.py165 def main(import_, options): argument
240 import_ = __import__ variable
242 import_ = importlib.__import__ variable
/external/python/cpython3/Lib/importlib/
D_bootstrap.py967 def _find_and_load_unlocked(name, import_): argument
1002 def _find_and_load(name, import_): argument
1033 def _handle_fromlist(module, fromlist, import_, *, recursive=False): argument
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_finder.py48 def import_(self, root, module): member in FinderTests
Dtest_file_loader.py378 def import_(self, file, module_name): member in BadBytecodeTest
509 def import_(self, file, module_name): member in BadBytecodeTestPEP451
518 def import_(self, file, module_name): member in BadBytecodeTestPEP302
/external/python/cpython3/Lib/test/libregrtest/
Dsave_env.py143 def restore___import__(self, import_): argument