MCPcopy 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
280def isfunction_wrap(rout):
281 if isintent_c(rout):
282 return 0
283 return wrapfuncs and isfunction(rout) and (not isexternal(rout))
284
285
286def issubroutine(rout):

Callers 1

assubrFunction · 0.85

Calls 3

isintent_cFunction · 0.85
isexternalFunction · 0.85
isfunctionFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…