Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ mysuper
Class
mysuper
Lib/test/test_descr.py:2688–2690 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2686
# Test for subclassing super
2687
2688
class
mysuper(super):
2689
def
__init__(self, *args):
2690
return
super(mysuper, self).__init__(*args)
2691
2692
class
E(D):
2693
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