Files
openide/python/testData/intentions/PyFStringToTStringIntentionTest/fStringInsideTString.py
Mikhail Golubev f41aae4760 PY-80844 Add a new intention for converting between f-strings and t-strings
GitOrigin-RevId: be3ab4d72de05a92c986af31ac8e40309d9754b1
2025-05-02 12:08:57 +00:00

1 line
71 B
Python

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