Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
314
def
isroutine(rout):
315
return
isfunction(rout) or issubroutine(rout)
316
317
318
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…