Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ iscomplexarray
Function
iscomplexarray
numpy/f2py/auxfuncs.py:210–212 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
208
209
210
def
iscomplexarray(var):
211
return
isarray(var) and \
212
var.get(
'typespec'
) in [
'complex'
,
'double complex'
]
213
214
215
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…