Home
last modified time | relevance | path

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

/third_party/python/Lib/importlib/
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)
/third_party/python/Misc/NEWS.d/
D3.8.0a3.rst548 Implement ``__getitem__`` for ``_NamespacePath``. Patch by Anthony Sottile.