Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/test/test_descr.py:2783–2784 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
2781
2782
class
mysuper(super):
2783
def
__init__(self, *args):
2784
return
super(mysuper, self).__init__(*args)
2785
2786
class
E(D):
2787
def
meth(self, a):
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
__init__
Method · 0.45
Tested by
no test coverage detected