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

Function dtype

numpy/random/tests/test_smoke.py:12–13  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

10 params=(np.bool_, np.int8, np.int16, np.int32, np.int64,
11 np.uint8, np.uint16, np.uint32, np.uint64))
12def dtype(request):
13 return request.param
14
15
16def params_0(f):

Callers 15

test_dtypeMethod · 0.90
test_dtypeMethod · 0.90
test_dtypeMethod · 0.90
__setstate__Method · 0.90
_DType_reconstructFunction · 0.85
_bits_ofFunction · 0.85
bitnameFunction · 0.85
_set_array_typesFunction · 0.85
maximum_sctypeFunction · 0.85
obj2sctypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected