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

Class D

Lib/test/test_functools.py:2294–2295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2292 class B(A):
2293 pass
2294 class D(C, B):
2295 pass
2296 def g_A(a):
2297 return "A"
2298 def g_B(b):

Callers 1

test_mroMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_mroMethod · 0.56