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

7 lines
125 B
Python

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