Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ M1
Class
M1
Lib/test/test_patma.py:49–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
class
C:
48
pass
49
class
M1(collections.UserDict, collections.abc.Sequence):
50
pass
51
class
M2(C, collections.UserDict, collections.abc.Sequence):
52
pass
53
class
M3(collections.UserDict, C, list):
Callers
1
test_multiple_inheritance_mapping
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_multiple_inheritance_mapping
Method · 0.56