mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 01:42:17 +07:00
GitOrigin-RevId: 6cc25474c2392b6b5de9958e58bb87db86854c5f
7 lines
119 B
Python
7 lines
119 B
Python
from string.templatelib import Template
|
|
|
|
def html(p: Template):
|
|
...
|
|
|
|
variable = 42
|
|
html(p="<span>{vari<caret>") |