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

Function isintent_nothide

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

Source from the content-addressed store, hash-verified

462
463
464def isintent_nothide(var):
465 return not isintent_hide(var)
466
467
468def isintent_c(var):

Callers 2

isoptionalFunction · 0.85
isrequiredFunction · 0.85

Calls 1

isintent_hideFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…