MCPcopy Create free account
hub / github.com/numpy/numpy / isintent_inout

Function isintent_inout

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

Source from the content-addressed store, hash-verified

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

Callers 1

getpydocsignFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected