MCPcopy Create free account
hub / github.com/numpy/numpy / getcallstatement

Function getcallstatement

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

Source from the content-addressed store, hash-verified

671
672
673def getcallstatement(rout):
674 return getmultilineblock(rout, 'callstatement')
675
676
677def getcallprotoargument(rout, cb_map={}):

Callers 2

routsign2mapFunction · 0.85
hascallstatementFunction · 0.85

Calls 1

getmultilineblockFunction · 0.85

Tested by

no test coverage detected