Files
codeql/python/ql/test/experimental/semmle/python/templates/TRender.py
2020-07-21 18:01:27 +05:30

7 lines
113 B
Python

def trender():
from trender import TRender
template = '@greet world!'
compiled = TRender(template)