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

Class MyContainer3

Lib/test/test_reprlib.py:813–818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811 return '<' + ', '.join(map(str, self.values)) + '>'
812
813class MyContainer3:
814 def __repr__(self):
815 'Test document content'
816 pass
817 wrapped = __repr__
818 wrapper = recursive_repr()(wrapped)
819
820class TestRecursiveRepr(unittest.TestCase):
821 def test_recursive_repr(self):

Callers

nothing calls this directly

Calls 1

recursive_reprFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…