Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
33
class
D(C, B):
34
def
f(self):
35
return
super().f() +
'D'
36
def
cm(cls):
37
return
(cls, super().cm(),
'D'
)
38
39
class
E(D):
40
pass
Callers
15
test_microsecond_rounding_decimal
Method · 0.70
test_exactly_equal_both
Method · 0.70
test_decimal
Method · 0.70
test_decimals
Method · 0.70
test_decimals
Method · 0.70
test_decimals_exact
Method · 0.70
test_odd_decimals
Method · 0.70
test_even_decimals
Method · 0.70
test_even_decimals
Method · 0.70
test_even_decimals
Method · 0.70
test_odd_decimals
Method · 0.70
test_even_decimals
Method · 0.70
Calls
no outgoing calls
Tested by
15
test_microsecond_rounding_decimal
Method · 0.56
test_exactly_equal_both
Method · 0.56
test_decimal
Method · 0.56
test_decimals
Method · 0.56
test_decimals
Method · 0.56
test_decimals_exact
Method · 0.56
test_odd_decimals
Method · 0.56
test_even_decimals
Method · 0.56
test_even_decimals
Method · 0.56
test_even_decimals
Method · 0.56
test_odd_decimals
Method · 0.56
test_even_decimals
Method · 0.56