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

Method __repr__

extra_tests/snippets/builtin_str.py:250–251  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

248 return "str(Foo)"
249
250 def __repr__(self):
251 return "repr(Foo)"
252
253
254f = Foo()

Callers 4

builtin_float.pyFile · 0.45
builtin_str.pyFile · 0.45
builtin_slice.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected