Home
last modified time | relevance | path

Searched defs:importlib (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/test/test_importlib/extension/
Dtest_case_sensitivity.py7 importlib = util.import_importlib('importlib') variable
/third_party/python/Lib/test/test_importlib/source/
Dtest_case_sensitivity.py4 importlib = util.import_importlib('importlib') variable
Dtest_file_loader.py4 importlib = util.import_importlib('importlib') variable
/third_party/python/Doc/whatsnew/
D3.7.rst1042 importlib section in Improved Modules
2002 importlib section in Deprecated Python modules, functions and methods
D3.6.rst1198 importlib section in Improved Modules
2002 importlib subsection
D3.3.rst682 .. _importlib: target
D3.5.rst1262 importlib section in Improved Modules
D3.4.rst980 importlib section in Improved Modules
/third_party/python/Lib/test/test_importlib/import_/
Dtest_path.py3 importlib = util.import_importlib('importlib') variable
/third_party/python/Include/internal/
Dpycore_pystate.h83 PyObject *importlib; member
/third_party/python/Python/
Dpylifecycle.c151 PyObject *importlib; in init_importlib() local
Dimport.c1914 PyObject *importlib = _PyImport_GetModuleId(&PyId_importlib); in PyImport_ReloadModule() local