MCPcopy Index your code
hub / github.com/RustPython/RustPython / syntax_fstring.py

File syntax_fstring.py

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

Source from the content-addressed store, hash-verified

1from testutils import assert_raises
2
3#test only makes sense with python 3.8 or higher (or RustPython)
4import sys

Callers

nothing calls this directly

Calls 9

assert_raisesFunction · 0.90
reprFunction · 0.85
strFunction · 0.85
asciiFunction · 0.85
ValueClass · 0.70
CClass · 0.70
formatFunction · 0.50
popMethod · 0.45
assertEqualMethod · 0.45

Tested by

no test coverage detected