MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Lib/importlib/_bootstrap_external.py:1147–1148  ·  view source on GitHub ↗
(self, name, path, path_finder)

Source from the content-addressed store, hash-verified

1145# https://github.com/python/cpython/issues/92054
1146class NamespaceLoader:
1147 def __init__(self, name, path, path_finder):
1148 self._path = NamespacePath(name, path, path_finder)
1149
1150 def is_package(self, fullname):
1151 return True

Callers

nothing calls this directly

Calls 1

NamespacePathClass · 0.85

Tested by

no test coverage detected