Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ double
Method
double
numpy/lib/tests/test_shape_base.py:124–125 ·
view source on GitHub ↗
(row)
Source
from the content-addressed store, hash-verified
122
123
def
test_preserve_subclass(self):
124
def
double(row):
125
return
row * 2
126
127
class
MyNDArray(np.ndarray):
128
pass
Callers
6
test_floating
Method · 0.80
test_floating_overflow
Method · 0.80
test_locale_double
Method · 0.80
test_against_known_values
Method · 0.80
test_py2_float_print
Method · 0.80
scalars.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected