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

Function isoptional

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

Source from the content-addressed store, hash-verified

403
404
405def isoptional(var):
406 return ('attrspec' in var and 'optional' in var['attrspec'] and
407 'required' not in var['attrspec']) and isintent_nothide(var)
408
409
410def isexternal(var):

Callers 5

cb_routsign2mapFunction · 0.85
isrequiredFunction · 0.85
vars2fortranFunction · 0.85
buildcallbackFunction · 0.85
buildapiFunction · 0.85

Calls 1

isintent_nothideFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…