Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/jinja
/ test_loop_idx
Function
test_loop_idx
tests/test_runtime.py:26–30 · tests/test_runtime.py::test_loop_idx
()
Source
from the content-addressed store, hash-verified
24
25
26
def
test_loop_idx():
27
t = Template(TEST_IDX_TEMPLATE_STR_1)
28
lst = [10]
29
excepted_render =
class
="st">"[(len=1, revindex=1, index=1, val=10)]"
30
assert excepted_render == t.render(lst=lst)
31
32
33
def
test_loop_idx0():
Callers
nothing calls this directly
Calls
2
render
Method · 0.95
Template
Class · 0.90
Tested by
no test coverage detected