Home
last modified time | relevance | path

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

/external/angle/build/
Dprint_python_deps.py154 importlib._bootstrap_external._NamespacePath.sort = lambda self, **_: 0
/external/cronet/stable/build/
Dprint_python_deps.py154 importlib._bootstrap_external._NamespacePath.sort = lambda self, **_: 0
/external/cronet/tot/build/
Dprint_python_deps.py154 importlib._bootstrap_external._NamespacePath.sort = lambda self, **_: 0
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py1352 class _NamespacePath: class
1425 self._path = _NamespacePath(name, path, path_finder)
1482 _NamespacePath._epoch += 1
1568 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a3.rst548 Implement ``__getitem__`` for ``_NamespacePath``. Patch by Anthony Sottile.