Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
317
def
isroutine(rout):
318
return
isfunction(rout) or issubroutine(rout)
319
320
321
def
islogicalfunction(rout):
Callers
1
buildhooks
Function · 0.85
Calls
2
issubroutine
Function · 0.85
isfunction
Function · 0.70
Tested by
no test coverage detected