Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ isunsigned_shortarray
Function
isunsigned_shortarray
numpy/f2py/auxfuncs.py:228–230 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
226
227
228
def
isunsigned_shortarray(var):
229
return
isarray(var) and var.get(
'typespec'
) in [
'integer'
,
'logical'
]\
230
and get_kind(var) ==
'-2'
231
232
233
def
isunsignedarray(var):
Callers
nothing calls this directly
Calls
3
isarray
Function · 0.85
get_kind
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected