MCPcopy Create free account
hub / github.com/numpy/numpy / iterable_func

Function iterable_func

numpy/typing/tests/data/pass/simple.py:59–61  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

57
58# Iteration and indexing
59def iterable_func(x):
60 # type: (Iterable) -> Iterable
61 return x
62
63
64iterable_func(array)

Callers 1

simple.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected