Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
310
def
requiresf90wrapper(rout):
311
return
ismoduleroutine(rout) or hasassumedshape(rout)
312
313
314
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…