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

Class Value

extra_tests/snippets/syntax_fstring.py:68–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66# conversion flags
67
68class Value:
69 def __format__(self, spec):
70 return "foo"
71
72 def __repr__(self):
73 return "bar"
74
75 def __str__(self):
76 return "baz"
77
78v = Value()
79

Callers 1

syntax_fstring.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected