Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ isintent_out
Function
isintent_out
numpy/f2py/auxfuncs.py:454–455 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
452
453
454
def
isintent_out(var):
455
return
'out'
in var.get(
'intent'
, [])
456
457
458
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…