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

Function isintent_hide

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

Source from the content-addressed store, hash-verified

456
457
458def isintent_hide(var):
459 return ('intent' in var and ('hide' in var['intent'] or
460 ('out' in var['intent'] and 'in' not in var['intent'] and
461 (not l_or(isintent_inout, isintent_inplace)(var)))))
462
463
464def 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…