Home
last modified time | relevance | path

Searched refs:PathEntryFinder (Results 1 – 25 of 121) sorted by relevance

12345

/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dpkgutil.pyi6 from importlib.abc import Loader, MetaPathFinder, PathEntryFinder
10 PathEntryFinder = Any
14 module_finder: Union[MetaPathFinder, PathEntryFinder]
19 _ModuleInfoLike = Tuple[Union[MetaPathFinder, PathEntryFinder], str, bool]
30 def get_importer(path_item: str) -> Optional[PathEntryFinder]: ...
32 def iter_importers(fullname: str = ...) -> Iterator[Union[MetaPathFinder, PathEntryFinder]]: ...
H A Dsys.pyi3 from importlib.abc import Loader, PathEntryFinder
65 path_importer_cache: Dict[str, Optional[PathEntryFinder]]
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dpkgutil.pyi6 PathEntryFinder = Any
8 _ModuleInfoLike = Tuple[Union[MetaPathFinder, PathEntryFinder], str, bool]
19 def get_importer(path_item: str) -> Optional[PathEntryFinder]: ...
21 def iter_importers(fullname: str = ...) -> Iterator[Union[MetaPathFinder, PathEntryFinder]]: ...
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dpkgutil.pyi3 from importlib.abc import Loader, MetaPathFinder, PathEntryFinder
7 module_finder: Union[MetaPathFinder, PathEntryFinder]
20 def get_importer(path_item: str) -> Optional[PathEntryFinder]: ...
22 def iter_importers(fullname: str = ...) -> Iterator[Union[MetaPathFinder, PathEntryFinder]]: ...
/dports/databases/py-gdbm/Python-3.8.12/Lib/importlib/
H A Dabc.py87 class PathEntryFinder(Finder): class
133 _register(PathEntryFinder, machinery.FileFinder)
/dports/lang/python37/Python-3.7.12/Lib/importlib/
H A Dabc.py87 class PathEntryFinder(Finder): class
133 _register(PathEntryFinder, machinery.FileFinder)
/dports/lang/python38/Python-3.8.12/Lib/importlib/
H A Dabc.py87 class PathEntryFinder(Finder): class
133 _register(PathEntryFinder, machinery.FileFinder)
/dports/lang/python-tools/Python-3.8.12/Lib/importlib/
H A Dabc.py87 class PathEntryFinder(Finder): class
133 _register(PathEntryFinder, machinery.FileFinder)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/importlib/
H A Dabc.py87 class PathEntryFinder(Finder): class
133 _register(PathEntryFinder, machinery.FileFinder)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/importlib/
H A Dabc.py87 class PathEntryFinder(Finder): class
133 _register(PathEntryFinder, machinery.FileFinder)
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/3/importlib/
H A Dmachinery.pyi94 class FileFinder(importlib.abc.PathEntryFinder):
103 ) -> Callable[[str], importlib.abc.PathEntryFinder]: ...
/dports/lang/python310/Python-3.10.1/Lib/importlib/
H A Dabc.py101 class PathEntryFinder(metaclass=abc.ABCMeta): class
147 _register(PathEntryFinder, machinery.FileFinder)
/dports/lang/python39/Python-3.9.9/Lib/importlib/
H A Dabc.py88 class PathEntryFinder(Finder): class
134 _register(PathEntryFinder, machinery.FileFinder)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/3/importlib/
H A Dmachinery.pyi104 class FileFinder(importlib.abc.PathEntryFinder):
113 ) -> Callable[[str], importlib.abc.PathEntryFinder]: ...
/dports/lang/python311/Python-3.11.0a3/Lib/importlib/
H A Dabc.py101 class PathEntryFinder(metaclass=abc.ABCMeta): class
147 _register(PathEntryFinder, machinery.FileFinder)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/importlib/
H A Dmachinery.pyi107 class FileFinder(importlib.abc.PathEntryFinder):
113 ) -> Callable[[str], importlib.abc.PathEntryFinder]: ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/importlib/
H A Dmachinery.pyi107 class FileFinder(importlib.abc.PathEntryFinder):
113 ) -> Callable[[str], importlib.abc.PathEntryFinder]: ...
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_abc.py67 class PathEntryFinder(InheritanceTests): class
74 ) = test_util.test_both(PathEntryFinder, abc=abc)
174 class PathEntryFinder: class
182 SPLIT = make_abc_subclasses(PathEntryFinder)
389 class PathEntrySpecFinder(cls.abc.PathEntryFinder):
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_abc.py67 class PathEntryFinder(InheritanceTests): class
74 ) = test_util.test_both(PathEntryFinder, abc=abc)
174 class PathEntryFinder: class
182 SPLIT = make_abc_subclasses(PathEntryFinder)
389 class PathEntrySpecFinder(cls.abc.PathEntryFinder):
/dports/lang/python37/Python-3.7.12/Lib/test/test_importlib/
H A Dtest_abc.py67 class PathEntryFinder(InheritanceTests): class
74 ) = test_util.test_both(PathEntryFinder, abc=abc)
174 class PathEntryFinder: class
182 SPLIT = make_abc_subclasses(PathEntryFinder)
389 class PathEntrySpecFinder(cls.abc.PathEntryFinder):
/dports/lang/python-tools/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_abc.py67 class PathEntryFinder(InheritanceTests): class
74 ) = test_util.test_both(PathEntryFinder, abc=abc)
174 class PathEntryFinder: class
182 SPLIT = make_abc_subclasses(PathEntryFinder)
389 class PathEntrySpecFinder(cls.abc.PathEntryFinder):
/dports/lang/python38/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_abc.py67 class PathEntryFinder(InheritanceTests): class
74 ) = test_util.test_both(PathEntryFinder, abc=abc)
174 class PathEntryFinder: class
182 SPLIT = make_abc_subclasses(PathEntryFinder)
389 class PathEntrySpecFinder(cls.abc.PathEntryFinder):
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/test_importlib/
H A Dtest_abc.py67 class PathEntryFinder(InheritanceTests): class
74 ) = test_util.test_both(PathEntryFinder, abc=abc)
174 class PathEntryFinder: class
182 SPLIT = make_abc_subclasses(PathEntryFinder)
389 class PathEntrySpecFinder(cls.abc.PathEntryFinder):
/dports/lang/python310/Python-3.10.1/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)
407 class PathEntrySpecFinder(cls.abc.PathEntryFinder):
/dports/lang/python39/Python-3.9.9/Lib/test/test_importlib/
H A Dtest_abc.py67 class PathEntryFinder(InheritanceTests): class
74 ) = test_util.test_both(PathEntryFinder, abc=abc)
174 class PathEntryFinder: class
182 SPLIT = make_abc_subclasses(PathEntryFinder)
402 class PathEntrySpecFinder(cls.abc.PathEntryFinder):

12345