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

Function _signs

numpy/core/tests/test_umath.py:699–703  ·  view source on GitHub ↗
(dt)

Source from the content-addressed store, hash-verified

697
698
699def _signs(dt):
700 if dt in np.typecodes['UnsignedInteger']:
701 return (+1,)
702 else:
703 return (+1, -1)
704
705
706class TestRemainder:

Callers 1

test_remainder_basicMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected