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

Function isrequired

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

Source from the content-addressed store, hash-verified

419
420
421def isrequired(var):
422 return not isoptional(var) and isintent_nothide(var)
423
424
425def iscstyledirective(f2py_line):

Callers 1

buildcallbackFunction · 0.85

Calls 2

isoptionalFunction · 0.85
isintent_nothideFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…