Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ isfunction_wrap
Function
isfunction_wrap
numpy/f2py/auxfuncs.py:280–283 ·
view source on GitHub ↗
(rout)
Source
from the content-addressed store, hash-verified
278
279
280
def
isfunction_wrap(rout):
281
if
isintent_c(rout):
282
return
0
283
return
wrapfuncs and isfunction(rout) and (not isexternal(rout))
284
285
286
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…