Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ isintent_out
Function
isintent_out
numpy/f2py/auxfuncs.py:452–453 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
450
451
452
def
isintent_out(var):
453
return
'out'
in var.get(
'intent'
, [])
454
455
456
def
isintent_hide(var):
Callers
3
getpydocsign
Function · 0.85
sign2map
Function · 0.85
assubr
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected