MCPcopy 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_floatingMethod · 0.80
test_locale_doubleMethod · 0.80
test_py2_float_printMethod · 0.80
scalars.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected