mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 07:03:37 +07:00
GitOrigin-RevId: 6cc25474c2392b6b5de9958e58bb87db86854c5f
5 lines
110 B
Python
5 lines
110 B
Python
from string.templatelib import Template
|
|
|
|
variable = 42
|
|
s: Template
|
|
_, s = (42, t"<span>{variable<caret>}") |