Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
def
iterable_func(x):
60
# type: (Iterable) -> Iterable
61
return
x
62
63
64
iterable_func(array)
Callers
1
simple.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected