Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
421
def
isrequired(var):
422
return
not isoptional(var) and isintent_nothide(var)
423
424
425
def
iscstyledirective(f2py_line):
Callers
1
buildcallback
Function · 0.85
Calls
2
isoptional
Function · 0.85
isintent_nothide
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…