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

Function isroutine

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

Source from the content-addressed store, hash-verified

312
313
314def isroutine(rout):
315 return isfunction(rout) or issubroutine(rout)
316
317
318def islogicalfunction(rout):

Callers 1

buildhooksFunction · 0.85

Calls 2

issubroutineFunction · 0.85
isfunctionFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…