MCPcopy Index your code
hub / github.com/RustPython/RustPython / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

1155# https://github.com/python/cpython/issues/92054
1156class NamespaceLoader:
1157 def __init__(self, name, path, path_finder):
1158 self._path = _NamespacePath(name, path, path_finder)
1159
1160 def is_package(self, fullname):
1161 return True

Callers

nothing calls this directly

Calls 1

_NamespacePathClass · 0.70

Tested by

no test coverage detected