Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ iscomplex
Function
iscomplex
numpy/f2py/auxfuncs.py:116–118 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
114
115
116
def
iscomplex(var):
117
return
isscalar(var) and \
118
var.get(
'typespec'
) in [
'complex'
,
'double complex'
]
119
120
121
def
islogical(var):
Callers
5
getinit
Function · 0.70
sign2map
Function · 0.70
islong_complex
Function · 0.70
iscomplexfunction
Function · 0.70
get_parameters
Function · 0.70
Calls
2
isscalar
Function · 0.70
get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…