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

Function getcallstatement

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

Source from the content-addressed store, hash-verified

694
695
696def getcallstatement(rout):
697 return getmultilineblock(rout, 'callstatement')
698
699
700def getcallprotoargument(rout, cb_map={}):

Callers 2

routsign2mapFunction · 0.85
hascallstatementFunction · 0.85

Calls 1

getmultilineblockFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…