Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ isfunction
Function
isfunction
numpy/f2py/auxfuncs.py:276–277 ·
view source on GitHub ↗
(rout)
Source
from the content-addressed store, hash-verified
274
275
276
def
isfunction(rout):
277
return
'block'
in rout and
'function'
== rout[
'block'
]
278
279
280
def
isfunction_wrap(rout):
Callers
14
buildhooks
Function · 0.70
getctype
Function · 0.70
getpydocsign
Function · 0.70
routsign2map
Function · 0.70
cb_routsign2map
Function · 0.70
isfunction_wrap
Function · 0.70
isroutine
Function · 0.70
islogicalfunction
Function · 0.70
islong_longfunction
Function · 0.70
islong_doublefunction
Function · 0.70
iscomplexfunction
Function · 0.70
isstringfunction
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…