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