Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _is_unsigned
Method
_is_unsigned
numpy/core/tests/test_simd.py:56–57 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
54
return
list(rng)
55
56
def
_is_unsigned(self):
57
return
self.sfx[0] ==
'u'
58
59
def
_is_signed(self):
60
return
self.sfx[0] ==
's'
Callers
1
_int_min
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected