Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ mysuper
Class
mysuper
Lib/test/test_descr.py:2782–2784 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2780
# Test for subclassing super
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
2
meth
Method · 0.70
test_supers
Method · 0.70
Calls
no outgoing calls
Tested by
2
meth
Method · 0.56
test_supers
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…