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

Class S3

Lib/test/test_patma.py:73–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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):
76 pass
77 self.assertEqual(self.check_sequence_then_mapping(S1()), "seq")

Callers 1

Calls

no outgoing calls

Tested by 1