Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ isfunction
Function
isfunction
numpy/f2py/auxfuncs.py:279–280 ·
view source on GitHub ↗
(rout)
Source
from the content-addressed store, hash-verified
277
278
279
def
isfunction(rout):
280
return
'block'
in rout and
'function'
== rout[
'block'
]
281
282
283
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