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

Function islong_longfunction

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

Source from the content-addressed store, hash-verified

328
329
330def islong_longfunction(rout):
331 if not isfunction(rout):
332 return 0
333 if 'result' in rout:
334 a = rout['result']
335 else:
336 a = rout['name']
337 if a in rout['vars']:
338 return islong_long(rout['vars'][a])
339 return 0
340
341
342def islong_doublefunction(rout):

Callers

nothing calls this directly

Calls 2

islong_longFunction · 0.85
isfunctionFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…