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

Function isroutine

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

Source from the content-addressed store, hash-verified

315
316
317def isroutine(rout):
318 return isfunction(rout) or issubroutine(rout)
319
320
321def islogicalfunction(rout):

Callers 1

buildhooksFunction · 0.85

Calls 2

issubroutineFunction · 0.85
isfunctionFunction · 0.70

Tested by

no test coverage detected