Searched defs:import_ (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Tools/importbench/ |
D | importbench.py | 166 def main(import_, options): argument 239 import_ = __import__ variable 241 import_ = importlib.__import__ variable
|
/external/python/cpython3/Lib/test/test_importlib/source/ |
D | test_finder.py | 46 def import_(self, root, module): member in FinderTests
|
D | test_file_loader.py | 376 def import_(self, file, module_name): member in BadBytecodeTest 507 def import_(self, file, module_name): member in BadBytecodeTestPEP451 516 def import_(self, file, module_name): member in BadBytecodeTestPEP302
|
/external/python/cpython3/Lib/importlib/ |
D | _bootstrap.py | 1304 def _find_and_load_unlocked(name, import_): argument 1349 def _find_and_load(name, import_): argument 1390 def _handle_fromlist(module, fromlist, import_, *, recursive=False): argument
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | save_env.py | 154 def restore___import__(self, import_): argument
|
/external/emboss/compiler/front_end/ |
D | format_emb.py | 392 def _import_line(import_, filename, as_, name, comment, eol): argument
|
D | module_ir.py | 284 def _import(import_, file_name, as_, local_name, comment, eol): argument
|