Home
last modified time | relevance | path

Searched refs:_get_supported_file_loaders (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py611 for loader_class, suffixes in _get_supported_file_loaders():
685 for loader, suffixes in _get_supported_file_loaders():
1482 def _get_supported_file_loaders(): function
1560 supported_loaders = _get_supported_file_loaders()
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_path.py104 *self.importlib._bootstrap_external._get_supported_file_loaders())]
/external/python/cpython3/Misc/
DHISTORY4211 - Issue #19151: Fix docstring and use of _get_supported_file_loaders() to