Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
424
def
isrequired(var):
425
return
not isoptional(var) and isintent_nothide(var)
426
427
428
def
isintent_in(var):
Callers
1
buildcallback
Function · 0.85
Calls
2
isoptional
Function · 0.85
isintent_nothide
Function · 0.85
Tested by
no test coverage detected