Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/zipfile/_path/__init__.py:90–91 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
88
89
@save_method_args
90
def
__init__(self, *args, **kwargs):
91
super().__init__(*args, **kwargs)
92
93
def
__getstate__(self):
94
return
self._saved___init__.args, self._saved___init__.kwargs
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
__init__
Method · 0.45
Tested by
no test coverage detected