MCPcopy Create free account
hub / github.com/numpy/numpy / int_func

Function int_func

numpy/random/tests/test_randomstate.py:51–53  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

49
50@pytest.fixture(scope='module', params=INT_FUNCS)
51def int_func(request):
52 return (request.param, INT_FUNCS[request.param],
53 INT_FUNC_HASHES[request.param])
54
55
56@pytest.fixture

Callers 1

test_to_int_scalarMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected