Home
last modified time | relevance | path

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

/third_party/python/Lib/importlib/
D_bootstrap_external.py763 for loader_class, suffixes in _get_supported_file_loaders():
837 for loader, suffixes in _get_supported_file_loaders():
1656 def _get_supported_file_loaders(): function
1675 supported_loaders = _get_supported_file_loaders()
/third_party/python/Lib/test/test_importlib/import_/
Dtest_path.py105 *self.importlib._bootstrap_external._get_supported_file_loaders())]
/third_party/python/Misc/
DHISTORY4211 - Issue #19151: Fix docstring and use of _get_supported_file_loaders() to