Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ isoptional
Function
isoptional
numpy/f2py/auxfuncs.py:408–410 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
406
407
408
def
isoptional(var):
409
return
(
'attrspec'
in var and
'optional'
in var[
'attrspec'
] and
410
'required'
not in var[
'attrspec'
]) and isintent_nothide(var)
411
412
413
def
isexternal(var):
Callers
5
cb_routsign2map
Function · 0.85
isrequired
Function · 0.85
vars2fortran
Function · 0.85
buildcallback
Function · 0.85
buildapi
Function · 0.85
Calls
1
isintent_nothide
Function · 0.85
Tested by
no test coverage detected