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

Function hascallstatement

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

Source from the content-addressed store, hash-verified

574
575
576def hascallstatement(rout):
577 return getcallstatement(rout) is not None
578
579
580def istrue(var):

Callers 1

getcallprotoargumentFunction · 0.85

Calls 1

getcallstatementFunction · 0.85

Tested by

no test coverage detected