MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-498264.py

File recipe-498264.py

recipes/Python/498264_reduce_as_a_generator/recipe-498264.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class YieldResult(BaseException):pass
2
3def greduce(func, strm):
4 '''

Callers

nothing calls this directly

Calls 6

greduceFunction · 0.85
mapsFunction · 0.85
reducedFunction · 0.85
fFunction · 0.50
nextMethod · 0.45
sendMethod · 0.45

Tested by

no test coverage detected