Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/jinja
/ func
Function
func
tests/test_async.py:31–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
)
30
31
async
def
func():
32
return
await t.render_async()
33
34
rv = run_async_fn(func)
35
assert rv ==
"[1][2][3]"
Callers
1
test_autoescape_select
Method · 0.70
Calls
3
generate_async
Method · 0.80
render_async
Method · 0.45
__anext__
Method · 0.45
Tested by
no test coverage detected