MCPcopy 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_mroMethod · 0.70
__get__Method · 0.70

Calls 3

D1Class · 0.70
D2Class · 0.70
registerMethod · 0.45

Tested by 3

test_mroMethod · 0.56
__get__Method · 0.56