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

Class S2

Lib/test/test_patma.py:71–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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):
74 pass
75 class S4(collections.UserList, dict, C):

Callers 1

Calls

no outgoing calls

Tested by 1