Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/numpy/numpy
/ double
Method
double
numpy/lib/tests/test_shape_base.py:153–154 ·
view source on GitHub ↗
(row)
Source
from the content-addressed store, hash-verified
151
152
def
test_preserve_subclass(self):
153
def
double(row):
154
return
row * 2
155
156
class
MyNDArray(np.ndarray):
157
pass
Callers
5
test_floating
Method · 0.80
test_floating_overflow
Method · 0.80
test_locale_double
Method · 0.80
test_against_known_values
Method · 0.80
scalars.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected