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

Class R

Lib/test/test_functools.py:2608–2609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2606 "or <class 'collections.abc.Container'>")),
2607 )
2608 class R(collections.defaultdict):
2609 pass
2610 c.MutableSequence.register(R)
2611 @functools.singledispatch
2612 def i(arg):

Callers 1

test_mro_conflictsMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_mro_conflictsMethod · 0.56