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

Class S1

Lib/test/test_patma.py:69–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 class C:
68 pass
69 class S1(collections.UserList, collections.abc.Mapping):
70 pass
71 class S2(C, collections.UserList, collections.abc.Mapping):
72 pass
73 class S3(list, C, collections.abc.Mapping):

Callers 1

Calls

no outgoing calls

Tested by 1