MCPcopy
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

Calls 3

generate_asyncMethod · 0.80
render_asyncMethod · 0.45
__anext__Method · 0.45

Tested by

no test coverage detected