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

Function hascallstatement

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

Source from the content-addressed store, hash-verified

599
600
601def hascallstatement(rout):
602 return getcallstatement(rout) is not None
603
604
605def istrue(var):

Callers 1

getcallprotoargumentFunction · 0.85

Calls 1

getcallstatementFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…