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

Class M4

Lib/test/test_patma.py:55–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 class M3(collections.UserDict, C, list):
54 pass
55 class M4(dict, collections.abc.Sequence, C):
56 pass
57 self.assertEqual(self.check_sequence_then_mapping(M1()), "map")
58 self.assertEqual(self.check_sequence_then_mapping(M2()), "map")
59 self.assertEqual(self.check_sequence_then_mapping(M3()), "map")

Callers 1

Calls

no outgoing calls

Tested by 1