Home
last modified time | relevance | path

Searched refs:PathFinder (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_path.py127 self.machinery.PathFinder.find_spec('whatever', [path]))
131 spec = self.machinery.PathFinder.find_spec('whatever', [path])
143 self.machinery.PathFinder.find_spec('whatever', [path]))
147 spec = self.machinery.PathFinder.find_spec('whatever', [path])
158 self.machinery.PathFinder.find_spec('whatever', [path]))
162 got = self.machinery.PathFinder.find_spec('whatever', [path])
185 self.assertIsNone(self.machinery.PathFinder.find_spec('whatever'))
190 return self.machinery.PathFinder.find_module(*args, **kwargs)
202 return self.machinery.PathFinder.find_spec(*args, **kwargs)
230 self.machinery.PathFinder.find_spec('importlib')
[all …]
/external/python/cpython3/Tools/importbench/
Dimportbench.py69 sys.meta_path.append(importlib.machinery.PathFinder)
105 sys.meta_path.append(importlib.machinery.PathFinder)
139 sys.meta_path.append(importlib.machinery.PathFinder)
/external/python/cpython3/Lib/importlib/
Dmachinery.py12 from ._bootstrap_external import PathFinder
Dabc.py76 machinery.PathFinder, machinery.WindowsRegistryFinder)
D_bootstrap_external.py1055 class PathFinder: class
1443 sys.meta_path.append(PathFinder)
/external/python/cpython3/Doc/reference/
Dimport.rst687 (:class:`~importlib.machinery.PathFinder`), searches an :term:`import path`,
765 based finder's :meth:`~importlib.machinery.PathFinder.find_spec` method as
767 :meth:`~importlib.machinery.PathFinder.find_spec` is given, it will be a
801 :meth:`~importlib.machinery.PathFinder.find_spec` method will store ``None``
817 :meth:`importlib.machinery.PathFinder.find_spec` will be the actual current
/external/python/cpython3/Doc/library/
Dimportlib.rst308 by :class:`PathFinder`. This ABC is a subclass of :class:`Finder` for
357 cache used by the finder. Used by :meth:`PathFinder.invalidate_caches`
814 .. class:: PathFinder
1435 SpamMetaPathFinder = importlib.machinery.PathFinder
/external/python/cpython3/Doc/whatsnew/
D3.4.rst2082 :meth:`importlib.machinery.PathFinder.find_module` is replaced by
2083 :meth:`importlib.machinery.PathFinder.find_spec`;
2337 * :class:`importlib.machinery.PathFinder` now passes on the current working
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/annotation-tools/annotation-file-utilities/
Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/ ...
/external/python/cpython3/Misc/
DHISTORY3700 - Issue #18416: importlib.machinery.PathFinder now treats '' as the cwd and
7774 importlib.machinery.PathFinder.