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

Class S4

Lib/test/test_patma.py:75–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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")
78 self.assertEqual(self.check_sequence_then_mapping(S2()), "seq")
79 self.assertEqual(self.check_sequence_then_mapping(S3()), "seq")

Callers 1

Calls

no outgoing calls

Tested by 1