MCPcopy Index your code
hub / github.com/python/cpython / iter_reduce

Method iter_reduce

Lib/test/test_bytes.py:2898–2900  ·  view source on GitHub ↗
(b, it)

Source from the content-addressed store, hash-verified

2896 list(it)
2897
2898 def iter_reduce(b, it):
2899 b.wait()
2900 it.__reduce__()
2901
2902 def iter_setstate(b, it):
2903 b.wait()

Callers

nothing calls this directly

Calls 2

waitMethod · 0.45
__reduce__Method · 0.45

Tested by

no test coverage detected