MCPcopy
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
452def test_proxy_iterator():
453 a = [1, 2, 3]
454 _, p = _make_proxy(iter(a))
455 assert next(p) == 1
456
457
458def test_proxy_length_hint():

Callers

nothing calls this directly

Calls 1

_make_proxyFunction · 0.85

Tested by

no test coverage detected