Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Foo
Class
Foo
extra_tests/snippets/builtin_str.py:246–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
245
246
class
Foo:
247
def
__str__(self):
248
return
"str(Foo)"
249
250
def
__repr__(self):
251
return
"repr(Foo)"
252
253
254
f = Foo()
Callers
1
builtin_str.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected