Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py1140 class _NamespacePath: class
1205 self._path = _NamespacePath(name, path, path_finder)
1358 … 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.