mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
4 lines
148 B
Python
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.
|
|
""" |