Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ requiresf90wrapper
Function
requiresf90wrapper
numpy/f2py/auxfuncs.py:313–314 ·
view source on GitHub ↗
(rout)
Source
from the content-addressed store, hash-verified
311
312
313
def
requiresf90wrapper(rout):
314
return
ismoduleroutine(rout) or hasassumedshape(rout)
315
316
317
def
isroutine(rout):
Callers
1
buildmodule
Function · 0.85
Calls
2
ismoduleroutine
Function · 0.85
hasassumedshape
Function · 0.85
Tested by
no test coverage detected