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