may_be_null
Description:
Obtain if the type of the argument includes the possibility of null
.
For 'in' values this means that null
is a valid value. For 'out' values, this means that null
may be returned.
See also is_optional.
Parameters:
info |
a ArgInfo |
Returns:
|