mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 15:13:13 +07:00
GitOrigin-RevId: 6cc25474c2392b6b5de9958e58bb87db86854c5f
4 lines
99 B
Python
4 lines
99 B
Python
from string.templatelib import Template
|
|
|
|
variable = 42
|
|
s: Template = t"<span>{variable<caret>}" |