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

Function isintent_hide

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

Source from the content-addressed store, hash-verified

454
455
456def isintent_hide(var):
457 return ('intent' in var and ('hide' in var['intent'] or
458 ('out' in var['intent'] and 'in' not in var['intent'] and
459 (not l_or(isintent_inout, isintent_inplace)(var)))))
460
461
462def isintent_nothide(var):

Callers 4

getstrlengthFunction · 0.85
buildhooksFunction · 0.85
isintent_nothideFunction · 0.85
buildapiFunction · 0.85

Calls 1

l_orFunction · 0.85

Tested by

no test coverage detected