Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ islong_complex
Function
islong_complex
numpy/f2py/auxfuncs.py:204–207 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
202
203
204
def
islong_complex(var):
205
if
not iscomplex(var):
206
return
0
207
return
get_kind(var) ==
'32'
208
209
210
def
iscomplexarray(var):
Callers
nothing calls this directly
Calls
2
get_kind
Function · 0.85
iscomplex
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…