MCPcopy 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
11def ndarray_func(x):
12 # type: (np.ndarray) -> np.ndarray
13 return x
14
15
16ndarray_func(np.array([1, 2]))

Callers 1

simple.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected