Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
254
f = Foo()
Callers
4
builtin_float.py
File · 0.45
builtin_str.py
File · 0.45
builtin_ellipsis.py
File · 0.45
builtin_slice.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected