MCPcopy Index your code
hub / github.com/numpy/numpy / islong_doublefunction

Function islong_doublefunction

numpy/f2py/auxfuncs.py:342–351  ·  view source on GitHub ↗
(rout)

Source from the content-addressed store, hash-verified

340
341
342def islong_doublefunction(rout):
343 if not isfunction(rout):
344 return 0
345 if 'result' in rout:
346 a = rout['result']
347 else:
348 a = rout['name']
349 if a in rout['vars']:
350 return islong_double(rout['vars'][a])
351 return 0
352
353
354def iscomplexfunction(rout):

Callers

nothing calls this directly

Calls 2

islong_doubleFunction · 0.85
isfunctionFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…