mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 21:11:28 +07:00
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>}") |