Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ iscomplexarray
Function
iscomplexarray
numpy/f2py/auxfuncs.py:213–215 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
211
212
213
def
iscomplexarray(var):
214
return
isarray(var) and \
215
var.get(
'typespec'
) in [
'complex'
,
'double complex'
]
216
217
218
def
isint1array(var):
Callers
1
getinit
Function · 0.85
Calls
2
isarray
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected