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

Class M3

Lib/test/test_patma.py:53–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 class M2(C, collections.UserDict, collections.abc.Sequence):
52 pass
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")

Callers 1

Calls

no outgoing calls

Tested by 1