MCPcopy Index your code
hub / github.com/RustPython/RustPython / __init__

Method __init__

Lib/test/test_descr.py:2689–2690  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected