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