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

Class list3

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

Source from the content-addressed store, hash-verified

20 pass
21
22class list3(list):
23 def __repr__(self):
24 return list.__repr__(self)
25
26class list_custom_repr(list):
27 def __repr__(self):

Callers 1

test_same_as_reprMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_same_as_reprMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…