Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_conflicts
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_mro_conflicts
Method · 0.56