Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_importlib/extension/
Dtest_case_sensitivity.py7 importlib = util.import_importlib('importlib') variable
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_case_sensitivity.py6 importlib = util.import_importlib('importlib') variable
Dtest_file_loader.py4 importlib = util.import_importlib('importlib') variable
/external/python/setuptools/setuptools/tests/
Dtest_build_meta.py10 importlib = pytest.importorskip('importlib') variable
/external/python/cpython2/Doc/howto/
Dpyporting.rst434 .. _importlib: https://docs.python.org/3/library/importlib.html#module-importlib target
/external/python/cpython3/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.9.rst502 importlib section in Improved Modules
D3.3.rst682 .. _importlib: target
D3.4.rst980 importlib section in Improved Modules
D3.5.rst1262 importlib section in Improved Modules
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_path.py3 importlib = util.import_importlib('importlib') variable
/external/python/cpython3/Include/internal/
Dpycore_interp.h95 PyObject *importlib; member
/external/python/cffi/testing/cffi1/
Dtest_recompiler.py12 importlib = None variable
/external/jemalloc_new/
Dconfigure.ac703 AC_SUBST([importlib]) subst
/external/python/cpython3/Python/
Dpylifecycle.c144 PyObject *importlib; in init_importlib() local
Dimport.c1987 PyObject *importlib = _PyImport_GetModuleId(&PyId_importlib); in PyImport_ReloadModule() local