Searched refs:FileFinder (Results 1 - 16 of 16) sorted by relevance
/third_party/python/Lib/test/test_importlib/source/ |
H A D | test_finder.py | 45 return self.machinery.FileFinder(root, *loader_details) 127 finder = self.machinery.FileFinder('', (self.machinery.SourceFileLoader, 139 finder = self.machinery.FileFinder('', (self.machinery.SourceFileLoader,
|
H A D | test_path_hook.py | 13 return self.machinery.FileFinder.path_hook((self.machinery.SourceFileLoader,
|
H A D | test_case_sensitivity.py | 26 return self.machinery.FileFinder(path,
|
/third_party/python/Tools/importbench/ |
H A D | importbench.py | 72 sys.path_hooks.append(importlib.machinery.FileFinder.path_hook(loader)) 108 sys.path_hooks.append(importlib.machinery.FileFinder.path_hook(loader)) 142 sys.path_hooks.append(importlib.machinery.FileFinder.path_hook(loader))
|
/third_party/python/Lib/importlib/ |
H A D | machinery.py | 11 from ._bootstrap_external import FileFinder namespace
|
H A D | abc.py | 158 _register(PathEntryFinder, machinery.FileFinder)
|
H A D | _bootstrap_external.py | 1216 The constructor is designed to work with FileFinder. 1550 class FileFinder: class 1591 _warnings.warn("FileFinder.find_loader() is deprecated and " 1697 """Path hook for importlib.machinery.FileFinder.""" 1705 return 'FileFinder({!r})'.format(self.path) 1753 sys.path_hooks.extend([FileFinder.path_hook(*supported_loaders)])
|
/third_party/python/Lib/test/test_importlib/extension/ |
H A D | test_path_hook.py | 15 return self.machinery.FileFinder.path_hook(
|
H A D | test_finder.py | 22 importer = self.machinery.FileFinder(util.EXTENSIONS.path,
|
H A D | test_case_sensitivity.py | 19 finder = self.machinery.FileFinder(util.EXTENSIONS.path,
|
H A D | test_loader.py | 108 finder = self.machinery.FileFinder(None)
|
/third_party/python/Lib/ |
H A D | pkgutil.py | 185 importlib.machinery.FileFinder, _iter_file_finder_modules)
|
/third_party/python/Lib/test/test_importlib/import_/ |
H A D | test_path.py | 104 self.machinery.FileFinder.path_hook(
|
/third_party/python/Lib/test/ |
H A D | test_pkgutil.py | 440 self.assertIsInstance(finder, importlib.machinery.FileFinder)
|
H A D | test_runpy.py | 585 importlib.machinery.FileFinder)
|
/third_party/node/tools/ |
H A D | test.py | 54 spec = machinery.FileFinder(path, loader_details).find_spec(name)
|
Completed in 13 milliseconds