Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ issubroutine_wrap
Function
issubroutine_wrap
numpy/f2py/auxfuncs.py:293–296 ·
view source on GitHub ↗
(rout)
Source
from the content-addressed store, hash-verified
291
292
293
def
issubroutine_wrap(rout):
294
if
isintent_c(rout):
295
return
0
296
return
issubroutine(rout) and hasassumedshape(rout)
297
298
def
isattr_value(var):
299
return
'value'
in var.get(
'attrspec'
, [])
Callers
1
assubr
Function · 0.85
Calls
3
isintent_c
Function · 0.85
issubroutine
Function · 0.85
hasassumedshape
Function · 0.85
Tested by
no test coverage detected