MCPcopy Index your code
hub / github.com/RustPython/RustPython / R

Class R

Lib/test/test_functools.py:2570–2571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2568 "or <class 'collections.abc.Container'>")),
2569 )
2570 class R(collections.defaultdict):
2571 pass
2572 c.MutableSequence.register(R)
2573 @functools.singledispatch
2574 def i(arg):

Callers 1

test_mro_conflictsMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_mro_conflictsMethod · 0.56