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

Callers 1

getinitFunction · 0.85

Calls 2

isarrayFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected