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

Method my_zip

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

Source from the content-addressed store, hash-verified

938 def test_custom_functions(self):
939 @extend(aslist=True)
940 def my_zip(it):
941 return zip(it, it)
942
943 result = seq.range(3).my_zip().list()
944 expected = list(zip(range(3), range(3)))

Callers 1

test_custom_functionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected