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

Function isrequired

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

Source from the content-addressed store, hash-verified

422
423
424def isrequired(var):
425 return not isoptional(var) and isintent_nothide(var)
426
427
428def isintent_in(var):

Callers 1

buildcallbackFunction · 0.85

Calls 2

isoptionalFunction · 0.85
isintent_nothideFunction · 0.85

Tested by

no test coverage detected