Files
openide/python/testData/intentions/PyFStringToTStringIntentionTest/notAvailableForDocstring.py
T
2025-05-02 16:01:53 +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.
"""