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

Class MV

Lib/test/test_pprint.py:634–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632 lengths = {"empty": empty, "short": short, "long": long}
633 # Test that a subclass that doesn't replace __repr__ works with different lengths
634 class MV(MappingView): pass
635
636 for name, d in lengths.items():
637 with self.subTest(length=name, name="Views"):

Callers 1

test_abc_viewsMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_abc_viewsMethod · 0.68