Files
openide/python/testData/completion/fStringLikeCompletionAddsTPrefixWhereTemplateStringIsExpectedAsArgument.after.py
2025-05-02 14:12:39 +00:00

7 lines
123 B
Python

from string.templatelib import Template
def html(p: Template):
...
variable = 42
html(t"<span>{variable<caret>}")