Files
openide/python/testData/completion/fStringLikeCompletionAddsTPrefixWhereTemplateStringIsExpectedAsAssignedValue.py
Mikhail Golubev fdbf6c8883 PY-80850 Insert "t" prefix on completion after "{" in regular strings where Templates are expected
GitOrigin-RevId: 6cc25474c2392b6b5de9958e58bb87db86854c5f
2025-05-02 14:12:39 +00:00

4 lines
93 B
Python

from string.templatelib import Template
variable = 42
s: Template = "<span>{vari<caret>"