/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/ |
D | readers.py | 108 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/ |
D | readers.py | 108 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/ |
D | readers.py | 108 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/ |
D | readers.py | 108 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/ |
D | readers.py | 108 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/ |
D | readers.py | 108 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/ |
D | readers.py | 108 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/ |
D | readers.py | 108 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/ |
D | readers.py | 108 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/ |
D | readers.py | 108 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/ |
D | readers.py | 108 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/ |
D | readers.py | 108 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/ |
D | readers.py | 108 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 D | readers.py | 108 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/ |
D | readers.py | 108 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/ |
D | readers.py | 108 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/ |
D | test_namespace_pkgs.py | 147 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.py | 1469 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.py | 1469 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.py | 1469 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.py | 1469 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.py | 1469 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.py | 1469 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)
|