mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
(cherry picked from commit 6cc25474c2392b6b5de9958e58bb87db86854c5f) GitOrigin-RevId: 74d7db586a75a3614481c29873a0a86b33416cc2
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>") |