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

Class AA

Lib/test/test_functools.py:2527–2528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2525 class A(metaclass=MetaA):
2526 pass
2527 class AA(A):
2528 pass
2529 @functools.singledispatch
2530 def fun(a):
2531 return 'base A'

Callers 1

test_false_metaMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_false_metaMethod · 0.68