Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ isfunction_wrap
Function
isfunction_wrap
numpy/f2py/auxfuncs.py:283–286 ·
view source on GitHub ↗
(rout)
Source
from the content-addressed store, hash-verified
281
282
283
def
isfunction_wrap(rout):
284
if
isintent_c(rout):
285
return
0
286
return
wrapfuncs and isfunction(rout) and (not isexternal(rout))
287
288
289
def
issubroutine(rout):
Callers
1
assubr
Function · 0.85
Calls
3
isintent_c
Function · 0.85
isexternal
Function · 0.85
isfunction
Function · 0.70
Tested by
no test coverage detected