MCPcopy Index your code
hub / github.com/python/cpython / D

Class D

Lib/test/test_super.py:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 return (cls, super().cm(), 'C')
32
33class D(C, B):
34 def f(self):
35 return super().f() + 'D'
36 def cm(cls):
37 return (cls, super().cm(), 'D')
38
39class E(D):
40 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

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