MCPcopy Index your code
hub / github.com/numpy/numpy / _create_arrays

Method _create_arrays

numpy/random/tests/test_random.py:1641–1642  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1639# See Issue #4263
1640class TestSingleEltArrayInput:
1641 def _create_arrays(self):
1642 return np.array([2]), np.array([3]), np.array([4]), (1,)
1643
1644 def test_one_arg_funcs(self):
1645 argOne, _, _, tgtShape = self._create_arrays()

Callers 4

test_one_arg_funcsMethod · 0.95
test_two_arg_funcsMethod · 0.95
test_randintMethod · 0.95
test_three_arg_funcsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected