Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ C
Class
C
Lib/test/test_functools.py:2290–2291 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2288
class
A:
2289
pass
2290
class
C(A):
2291
pass
2292
class
B(A):
2293
pass
2294
class
D(C, B):
Callers
3
test_mro
Method · 0.70
__get__
Method · 0.70
test_method_classlevel_calls
Method · 0.70
Calls
3
D1
Class · 0.70
D2
Class · 0.70
register
Method · 0.45
Tested by
3
test_mro
Method · 0.56
__get__
Method · 0.56
test_method_classlevel_calls
Method · 0.56