MCPcopy 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

methMethod · 0.70
test_supersMethod · 0.70

Calls

no outgoing calls

Tested by 2

methMethod · 0.56
test_supersMethod · 0.56