MCPcopy 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
210def iscomplexarray(var):
211 return isarray(var) and \
212 var.get('typespec') in ['complex', 'double complex']
213
214
215def isint1array(var):

Callers 1

getinitFunction · 0.85

Calls 2

isarrayFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…