MCPcopy Index your code
hub / github.com/numpy/numpy / requiresf90wrapper

Function requiresf90wrapper

numpy/f2py/auxfuncs.py:310–311  ·  view source on GitHub ↗
(rout)

Source from the content-addressed store, hash-verified

308
309
310def requiresf90wrapper(rout):
311 return ismoduleroutine(rout) or hasassumedshape(rout)
312
313
314def isroutine(rout):

Callers 1

buildmoduleFunction · 0.85

Calls 2

ismoduleroutineFunction · 0.85
hasassumedshapeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…