Home
last modified time | relevance | path

Searched refs:namespace_path (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
Dreaders.py108 def __init__(self, namespace_path): argument
109 if 'NamespacePath' not in str(namespace_path):
111 self.path = MultiplexedPath(*list(namespace_path))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/importlib/resources/
Dreaders.py108 def __init__(self, namespace_path): argument
109 if 'NamespacePath' not in str(namespace_path):
111 self.path = MultiplexedPath(*list(namespace_path))
/aosp_15_r20/external/python/cpython3/Lib/importlib/resources/
Dreaders.py108 def __init__(self, namespace_path): argument
109 if 'NamespacePath' not in str(namespace_path):
111 self.path = MultiplexedPath(*list(namespace_path))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
Dreaders.py108 def __init__(self, namespace_path): argument
109 if 'NamespacePath' not in str(namespace_path):
111 self.path = MultiplexedPath(*list(namespace_path))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
Dreaders.py108 def __init__(self, namespace_path): argument
109 if 'NamespacePath' not in str(namespace_path):
111 self.path = MultiplexedPath(*list(namespace_path))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
Dreaders.py108 def __init__(self, namespace_path): argument
109 if 'NamespacePath' not in str(namespace_path):
111 self.path = MultiplexedPath(*list(namespace_path))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
Dreaders.py108 def __init__(self, namespace_path): argument
109 if 'NamespacePath' not in str(namespace_path):
111 self.path = MultiplexedPath(*list(namespace_path))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/importlib/resources/
Dreaders.py108 def __init__(self, namespace_path): argument
109 if 'NamespacePath' not in str(namespace_path):
111 self.path = MultiplexedPath(*list(namespace_path))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/importlib/resources/
Dreaders.py108 def __init__(self, namespace_path): argument
109 if 'NamespacePath' not in str(namespace_path):
111 self.path = MultiplexedPath(*list(namespace_path))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
Dreaders.py108 def __init__(self, namespace_path): argument
109 if 'NamespacePath' not in str(namespace_path):
111 self.path = MultiplexedPath(*list(namespace_path))
/aosp_15_r20/external/python/setuptools/pkg_resources/_vendor/importlib_resources/
Dreaders.py108 def __init__(self, namespace_path): argument
109 if 'NamespacePath' not in str(namespace_path):
111 self.path = MultiplexedPath(*list(namespace_path))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
Dreaders.py108 def __init__(self, namespace_path): argument
109 if 'NamespacePath' not in str(namespace_path):
111 self.path = MultiplexedPath(*list(namespace_path))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
Dreaders.py108 def __init__(self, namespace_path): argument
109 if 'NamespacePath' not in str(namespace_path):
111 self.path = MultiplexedPath(*list(namespace_path))
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/importlib/resources/
H A Dreaders.py108 def __init__(self, namespace_path): argument
109 if 'NamespacePath' not in str(namespace_path):
111 self.path = MultiplexedPath(*list(namespace_path))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/importlib/resources/
Dreaders.py108 def __init__(self, namespace_path): argument
109 if 'NamespacePath' not in str(namespace_path):
111 self.path = MultiplexedPath(*list(namespace_path))
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/importlib_resources/
Dreaders.py108 def __init__(self, namespace_path): argument
109 if 'NamespacePath' not in str(namespace_path):
111 self.path = MultiplexedPath(*list(namespace_path))
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/
Dtest_namespace_pkgs.py147 namespace_path = os.path.join(temp_dir, 'foo')
148 os.mkdir(namespace_path)
149 module_path = os.path.join(namespace_path, 'just_created.py')
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/importlib/
D_bootstrap_external.py1469 namespace_path = []
1490 namespace_path.extend(portions)
1493 spec.submodule_search_locations = namespace_path
1508 namespace_path = spec.submodule_search_locations
1509 if namespace_path:
1513 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/importlib/
D_bootstrap_external.py1469 namespace_path = []
1490 namespace_path.extend(portions)
1493 spec.submodule_search_locations = namespace_path
1508 namespace_path = spec.submodule_search_locations
1509 if namespace_path:
1513 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/importlib/
H A D_bootstrap_external.py1469 namespace_path = []
1490 namespace_path.extend(portions)
1493 spec.submodule_search_locations = namespace_path
1508 namespace_path = spec.submodule_search_locations
1509 if namespace_path:
1513 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/importlib/
D_bootstrap_external.py1469 namespace_path = []
1490 namespace_path.extend(portions)
1493 spec.submodule_search_locations = namespace_path
1508 namespace_path = spec.submodule_search_locations
1509 if namespace_path:
1513 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/importlib/
D_bootstrap_external.py1469 namespace_path = []
1490 namespace_path.extend(portions)
1493 spec.submodule_search_locations = namespace_path
1508 namespace_path = spec.submodule_search_locations
1509 if namespace_path:
1513 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)
/aosp_15_r20/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py1469 namespace_path = []
1490 namespace_path.extend(portions)
1493 spec.submodule_search_locations = namespace_path
1508 namespace_path = spec.submodule_search_locations
1509 if namespace_path:
1513 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)