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

Class D

Lib/test/test_super.py:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 return (cls, super().cm(), 'C')
33
34class D(C, B):
35 def f(self):
36 return super().f() + 'D'
37 def cm(cls):
38 return (cls, super().cm(), 'D')
39
40class E(D):
41 pass

Callers 15

test_decimalMethod · 0.70
test_decimalsMethod · 0.70
test_decimalsMethod · 0.70
test_decimals_exactMethod · 0.70
test_odd_decimalsMethod · 0.70
test_even_decimalsMethod · 0.70
test_even_decimalsMethod · 0.70
test_even_decimalsMethod · 0.70
test_odd_decimalsMethod · 0.70
test_even_decimalsMethod · 0.70
test_basicsMethod · 0.70

Calls

no outgoing calls

Tested by 15

test_decimalMethod · 0.56
test_decimalsMethod · 0.56
test_decimalsMethod · 0.56
test_decimals_exactMethod · 0.56
test_odd_decimalsMethod · 0.56
test_even_decimalsMethod · 0.56
test_even_decimalsMethod · 0.56
test_even_decimalsMethod · 0.56
test_odd_decimalsMethod · 0.56
test_even_decimalsMethod · 0.56
test_basicsMethod · 0.56