Home
last modified time | relevance | path

Searched refs:_NamespacePath (Results 1 – 20 of 20) sorted by relevance

/dports/devel/py-pex/pex-1.2.7/tests/
H A Dtest_pex.py138 from importlib._bootstrap_external import _NamespacePath
139 bad_path = _NamespacePath("hello", "world", None)
/dports/devel/py-jupyter-server/jupyter_server-1.12.1/jupyter_server/
H A Dutils.py11 from _frozen_importlib_external import _NamespacePath
387 return isinstance(spec.submodule_search_locations, _NamespacePath)
/dports/lang/python311/Python-3.11.0a3/Lib/importlib/
H A D_bootstrap_external.py1227 class _NamespacePath: class
1300 self._path = _NamespacePath(name, path, path_finder)
1366 _NamespacePath._epoch += 1
1473 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)
/dports/lang/v8/v8-9.6.180.12/build/
H A Dprint_python_deps.py189 importlib._bootstrap_external._NamespacePath.sort = lambda self, **_: 0
/dports/lang/python37/Python-3.7.12/Lib/importlib/
H A D_bootstrap_external.py1074 class _NamespacePath: class
1136 self._path = _NamespacePath(name, path, path_finder)
1289 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/importlib/
H A D_bootstrap_external.py1198 class _NamespacePath: class
1263 self._path = _NamespacePath(name, path, path_finder)
1416 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)
/dports/databases/py-gdbm/Python-3.8.12/Lib/importlib/
H A D_bootstrap_external.py1198 class _NamespacePath: class
1263 self._path = _NamespacePath(name, path, path_finder)
1416 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)
/dports/lang/python310/Python-3.10.1/Lib/importlib/
H A D_bootstrap_external.py1208 class _NamespacePath: class
1273 self._path = _NamespacePath(name, path, path_finder)
1439 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)
/dports/lang/python38/Python-3.8.12/Lib/importlib/
H A D_bootstrap_external.py1198 class _NamespacePath: class
1263 self._path = _NamespacePath(name, path, path_finder)
1416 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)
/dports/lang/python-tools/Python-3.8.12/Lib/importlib/
H A D_bootstrap_external.py1198 class _NamespacePath: class
1263 self._path = _NamespacePath(name, path, path_finder)
1416 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)
/dports/lang/python39/Python-3.9.9/Lib/importlib/
H A D_bootstrap_external.py1205 class _NamespacePath: class
1270 self._path = _NamespacePath(name, path, path_finder)
1423 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/importlib/
H A D_bootstrap_external.py1198 class _NamespacePath: class
1263 self._path = _NamespacePath(name, path, path_finder)
1416 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)
/dports/databases/py-gdbm/Python-3.8.12/Misc/
H A DNEWS5467 - bpo-35843: Implement ``__getitem__`` for ``_NamespacePath``. Patch by
/dports/lang/python-tools/Python-3.8.12/Misc/
H A DNEWS5467 - bpo-35843: Implement ``__getitem__`` for ``_NamespacePath``. Patch by
/dports/lang/python38/Python-3.8.12/Misc/
H A DNEWS5467 - bpo-35843: Implement ``__getitem__`` for ``_NamespacePath``. Patch by
/dports/databases/py-sqlite3/Python-3.8.12/Misc/
H A DNEWS5467 - bpo-35843: Implement ``__getitem__`` for ``_NamespacePath``. Patch by
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Misc/
H A DNEWS5467 - bpo-35843: Implement ``__getitem__`` for ``_NamespacePath``. Patch by
/dports/lang/python39/Python-3.9.9/Misc/
H A DNEWS8663 - bpo-35843: Implement ``__getitem__`` for ``_NamespacePath``. Patch by
/dports/lang/python310/Python-3.10.1/Misc/
H A DNEWS11607 - bpo-35843: Implement ``__getitem__`` for ``_NamespacePath``. Patch by
/dports/lang/python311/Python-3.11.0a3/Misc/
H A DNEWS12836 - bpo-35843: Implement ``__getitem__`` for ``_NamespacePath``. Patch by