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

Function hasresultnote

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

Source from the content-addressed store, hash-verified

544
545
546def hasresultnote(rout):
547 if not isfunction(rout):
548 return 0
549 if 'result' in rout:
550 a = rout['result']
551 else:
552 a = rout['name']
553 if a in rout['vars']:
554 return hasnote(rout['vars'][a])
555 return 0
556
557
558def hascommon(rout):

Callers 1

routsign2mapFunction · 0.85

Calls 2

hasnoteFunction · 0.85
isfunctionFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…