Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
210
def
parse_jinja_template(source_code):
211
e = Environment()
212
template = e.parse(source_code)
213
return
template.body
214
215
216
if
__name__ ==
"__main__"
:
Callers
2
load_tree
Method · 0.85
jinja.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected