Home
last modified time | relevance | path

Searched refs:EXTENSION_SUFFIXES (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython3/Lib/importlib/
Dmachinery.py10 EXTENSION_SUFFIXES)
21 return SOURCE_SUFFIXES + BYTECODE_SUFFIXES + EXTENSION_SUFFIXES
D_bootstrap_external.py1018 EXTENSION_SUFFIXES = [] variable
1058 for suffix in EXTENSION_SUFFIXES)
1550 EXTENSION_SUFFIXES.extend(_imp.extension_suffixes())
1553 if '_d.pyd' in EXTENSION_SUFFIXES:
/external/python/cpython3/Lib/test/test_importlib/extension/
Dtest_path_hook.py17 self.machinery.EXTENSION_SUFFIXES))(entry)
Dtest_finder.py17 self.machinery.EXTENSION_SUFFIXES))
Dtest_case_sensitivity.py21 self.machinery.EXTENSION_SUFFIXES))
Dtest_loader.py76 for suffix in self.machinery.EXTENSION_SUFFIXES:
/external/python/cpython3/Lib/test/test_importlib/
Dtest_windows.py92 suffixes = self.machinery.EXTENSION_SUFFIXES
Dutil.py41 for ext in machinery.EXTENSION_SUFFIXES:
/external/python/cpython3/Lib/idlelib/
Dpathbrowser.py84 suffixes = importlib.machinery.EXTENSION_SUFFIXES[:]
/external/python/cpython3/Lib/
Dimp.py107 extensions = [(s, 'rb', C_EXTENSION) for s in machinery.EXTENSION_SUFFIXES]
Dmodulefinder.py228 suffixes += importlib.machinery.EXTENSION_SUFFIXES[:]
Dinspect.py691 importlib.machinery.EXTENSION_SUFFIXES):
Dpydoc.py262 elif filename.endswith(tuple(importlib.machinery.EXTENSION_SUFFIXES)):
/external/python/cpython3/Lib/ctypes/
Dutil.py51 if '_d.pyd' in importlib.machinery.EXTENSION_SUFFIXES:
/external/python/cpython3/Doc/library/
Dimportlib.rst987 .. attribute:: EXTENSION_SUFFIXES
1265 module based on :attr:`EXTENSION_SUFFIXES`.
/external/python/cpython3/Misc/
DHISTORY7637 OPTIMIZED_BYTECODE_SUFFIXES, BYTECODE_SUFFIXES, and EXTENSION_SUFFIXES. This