mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
(cherry picked from commit a51c198623553ee9f0975c2b3bf7af0c86c88b7a) GitOrigin-RevId: 72fbe0ba4137e2f02236979bbd84440ca7616c6a
7 lines
130 B
Python
7 lines
130 B
Python
from string.templatelib import Template
|
|
|
|
def html(**chunks: Template):
|
|
...
|
|
|
|
variable = 42
|
|
html(query="<span>{vari<caret>") |