Home
last modified time | relevance | path

Searched refs:FileFinder (Results 1 – 25 of 26) sorted by relevance

12

/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_finder.py46 return self.machinery.FileFinder(root, *loader_details)
128 finder = self.machinery.FileFinder('', (self.machinery.SourceFileLoader,
140 finder = self.machinery.FileFinder('', (self.machinery.SourceFileLoader,
Dtest_path_hook.py13 return self.machinery.FileFinder.path_hook((self.machinery.SourceFileLoader,
Dtest_case_sensitivity.py25 return self.machinery.FileFinder(path,
/external/python/cpython3/Tools/importbench/
Dimportbench.py72 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))
/external/python/cpython3/Lib/importlib/
Dmachinery.py13 from ._bootstrap_external import FileFinder
Dabc.py134 _register(PathEntryFinder, machinery.FileFinder)
D_bootstrap_external.py1392 class FileFinder: class
1636 sys.path_hooks.extend([FileFinder.path_hook(*supported_loaders)])
/external/python/cpython3/Lib/test/test_importlib/extension/
Dtest_path_hook.py15 return self.machinery.FileFinder.path_hook(
Dtest_finder.py15 importer = self.machinery.FileFinder(util.EXTENSIONS.path,
Dtest_case_sensitivity.py19 finder = self.machinery.FileFinder(util.EXTENSIONS.path,
Dtest_loader.py91 finder = self.machinery.FileFinder(None)
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_path.py103 self.machinery.FileFinder.path_hook(
/external/python/cpython3/Doc/library/
Dpkgutil.rst158 implementations for :class:`importlib.machinery.FileFinder` and
197 implementations for :class:`importlib.machinery.FileFinder` and
Dimportlib.rst1138 .. class:: FileFinder(path, \*loader_details)
1184 An instance of :class:`FileFinder` is returned by the closure using the
1658 finder = importlib.machinery.FileFinder(path, (lazy_loader, suffixes))
1741 SpamPathEntryFinder = importlib.machinery.FileFinder
/external/python/cpython3/Lib/
Dpkgutil.py186 importlib.machinery.FileFinder, _iter_file_finder_modules)
/external/python/cpython3/Lib/test/
Dtest_pkgutil.py399 self.assertIsInstance(finder, importlib.machinery.FileFinder)
Dtest_runpy.py585 importlib.machinery.FileFinder)
/external/python/setuptools/pkg_resources/
D__init__.py2064 register_finder(importlib_machinery.FileFinder, find_on_path)
2209 register_namespace_handler(importlib_machinery.FileFinder, file_ns_handler)
/external/testng/ant/3rdparty/
Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/ ...
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst176 Fix the doc comment for FileFinder.find_spec().
D3.6.0a1.rst138 Fix the doc comment for FileFinder.find_spec().
/external/python/cpython3/Doc/whatsnew/
D3.5.rst2433 :meth:`~importlib.machinery.FileFinder.find_spec` will return ``None``
D3.3.rst719 In terms of finders, :class:`importlib.machinery.FileFinder` exposes the
/external/python/cpython3/Misc/
DHISTORY3474 importlib.machinery.FileFinder.
3695 - Issue #18810: Shift stat calls in importlib.machinery.FileFinder such that
3701 importlib.machinery.FileFinder no longer special-cases '' to '.'. This leads
3704 does affect -m/runpy). It also allows FileFinder to be more consistent by not
4527 - Issue #16730: importlib.machinery.FileFinder now no longers raises an
6636 - Issue #14846: `importlib.FileFinder` now handles the case where the directory
6912 importlib.machinery.FileFinder (similar to the way it already handled
7851 - Issue #14605: Add importlib.abc.FileLoader, importlib.machinery.(FileFinder,
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...

12