Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ test_proxy_iterator
Function
test_proxy_iterator
tests/test_local.py:452–455 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
450
451
452
def
test_proxy_iterator():
453
a = [1, 2, 3]
454
_, p = _make_proxy(iter(a))
455
assert next(p) == 1
456
457
458
def
test_proxy_length_hint():
Callers
nothing calls this directly
Calls
1
_make_proxy
Function · 0.85
Tested by
no test coverage detected