MCPcopy 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
246class Foo:
247 def __str__(self):
248 return "str(Foo)"
249
250 def __repr__(self):
251 return "repr(Foo)"
252
253
254f = Foo()

Callers 1

builtin_str.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected