MCPcopy Index your code
hub / github.com/numpy/numpy / isintent_inout

Function isintent_inout

numpy/f2py/auxfuncs.py:448–451  ·  view source on GitHub ↗
(var)

Source from the content-addressed store, hash-verified

446
447
448def isintent_inout(var):
449 return ('intent' in var and ('inout' in var['intent'] or
450 'outin' in var['intent']) and 'in' not in var['intent'] and
451 'hide' not in var['intent'] and 'inplace' not in var['intent'])
452
453
454def isintent_out(var):

Callers 1

getpydocsignFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…