MCPcopy Index your code
hub / github.com/RustPython/RustPython / list2

Class list2

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

Source from the content-addressed store, hash-verified

16
17# list, tuple and dict subclasses that do or don't overwrite __repr__
18class list2(list):
19 pass
20
21class list3(list):
22 def __repr__(self):

Callers 1

test_same_as_reprMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_same_as_reprMethod · 0.68