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

Function isintent_nothide

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

Source from the content-addressed store, hash-verified

460
461
462def isintent_nothide(var):
463 return not isintent_hide(var)
464
465
466def isintent_c(var):

Callers 2

isoptionalFunction · 0.85
isrequiredFunction · 0.85

Calls 1

isintent_hideFunction · 0.85

Tested by

no test coverage detected