MCPcopy 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
454def isintent_out(var):
455 return 'out' in var.get('intent', [])
456
457
458def isintent_hide(var):

Callers 3

getpydocsignFunction · 0.85
sign2mapFunction · 0.85
assubrFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…