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