Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ C
Class
C
extra_tests/snippets/syntax_fstring.py:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
### Tests for fstring self documenting form CPython
111
112
class
C:
113
def
assertEqual(self, a,b):
114
assert a==b,
"{0} == {1}"
.format(a,b)
115
116
self=C()
117
Callers
1
syntax_fstring.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected