Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ isint1array
Function
isint1array
numpy/f2py/auxfuncs.py:218–220 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
216
217
218
def
isint1array(var):
219
return
isarray(var) and var.get(
'typespec'
) ==
'integer'
\
220
and get_kind(var) ==
'1'
221
222
223
def
isunsigned_chararray(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