MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / parse_jinja_template

Function parse_jinja_template

aura/analyzers/python/jinja.py:210–213  ·  view source on GitHub ↗
(source_code)

Source from the content-addressed store, hash-verified

208
209
210def parse_jinja_template(source_code):
211 e = Environment()
212 template = e.parse(source_code)
213 return template.body
214
215
216if __name__ == "__main__":

Callers 2

load_treeMethod · 0.85
jinja.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected