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

Class MyContainer3

Lib/test/test_reprlib.py:812–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

recursive_reprFunction · 0.90

Tested by

no test coverage detected