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

Method toarray

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

Source from the content-addressed store, hash-verified

984 # test final
985 @extend(final=True)
986 def toarray(it):
987 return array.array("f", it)
988
989 result = seq.range(10).toarray()
990 expected = array.array("f", range(10))

Callers 1

test_custom_functionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected