Searched refs:namespace_path (Results 1 – 2 of 2) sorted by relevance
109 def __init__(self, namespace_path): argument110 if 'NamespacePath' not in str(namespace_path):112 self.path = MultiplexedPath(*list(namespace_path))
1395 namespace_path = []1416 namespace_path.extend(portions)1419 spec.submodule_search_locations = namespace_path1434 namespace_path = spec.submodule_search_locations1435 if namespace_path:1439 … spec.submodule_search_locations = _NamespacePath(fullname, namespace_path, cls._get_spec)