MCPcopy Create free account
hub / github.com/EntilZha/PyFunctional / sum_pair

Method sum_pair

functional/test/test_functional.py:999–1000  ·  view source on GitHub ↗
(it)

Source from the content-addressed store, hash-verified

997 # a more complex example combining all above
998 @extend()
999 def sum_pair(it):
1000 return (i[0] + i[1] for i in it)
1001
1002 result = (
1003 seq.range(100).my_filter(85).my_zip().sum_pair().square_parallel().toarray()

Callers 1

test_custom_functionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected