Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/importbench/
Dimportbench.py166 def main(import_, options): argument
239 import_ = __import__ variable
241 import_ = importlib.__import__ variable
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_finder.py46 def import_(self, root, module): member in FinderTests
Dtest_file_loader.py376 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.py1304 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/
Dsave_env.py154 def restore___import__(self, import_): argument
/external/emboss/compiler/front_end/
Dformat_emb.py392 def _import_line(import_, filename, as_, name, comment, eol): argument
Dmodule_ir.py284 def _import(import_, file_name, as_, local_name, comment, eol): argument