Home
last modified time | relevance | path

Searched refs:PathEntryFinder (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/importlib/
H A Dabc.py23 'Loader', 'Finder', 'MetaPathFinder', 'PathEntryFinder',
50 or PathEntryFinder ABCs.
58 "or PathEntryFinder instead",
71 "PathEntryFinder.find_spec() instead",
112 class PathEntryFinder(metaclass=abc.ABCMeta): class
134 warnings.warn("PathEntryFinder.find_loader() is deprecated since Python "
135 "3.4 in favor of PathEntryFinder.find_spec() "
158 _register(PathEntryFinder, machinery.FileFinder)
/third_party/python/Lib/test/test_importlib/
H A Dtest_abc.py68 class PathEntryFinder(InheritanceTests): class
75 ) = test_util.test_both(PathEntryFinder, abc=abc)
175 class PathEntryFinder: class
183 SPLIT = make_abc_subclasses(PathEntryFinder)
402 ##### PathEntryFinder concrete methods #########################################
407 class PathEntrySpecFinder(cls.abc.PathEntryFinder):

Completed in 3 milliseconds