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

Calls

no outgoing calls

Tested by

no test coverage detected