Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ ndarray_func
Function
ndarray_func
numpy/typing/tests/data/pass/simple.py:11–13 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
9
10
11
def
ndarray_func(x):
12
# type: (np.ndarray) -> np.ndarray
13
return
x
14
15
16
ndarray_func(np.array([1, 2]))
Callers
1
simple.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected