Files
openide/python/testData/intentions/PyFStringToTStringIntentionTest/docString.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

4 lines
148 B
Python

class MyClass:
f"""This <caret>is a docstring with an f-prefix.
It should not be convertible to a t-string because it's a docstring.
"""