Files
openide/python/testData/intentions/PyFStringToTStringIntentionTest/fStringInsideTString.py
Mikhail Golubev 1cc8316591 PY-80844 Add a new intention for converting between f-strings and t-strings
(cherry picked from commit be3ab4d72de05a92c986af31ac8e40309d9754b1)

GitOrigin-RevId: fba9757978f5f669aa63e2657a3fcbd2923bec74
2025-05-09 11:12:01 +00:00

1 line
71 B
Python

s = t"This is a f-string with an {f"emb<caret>edded {value} f-string"}"