get_int_with_default
Description:
Returns the value of key, interpreted as an integer, or the default value.
Parameters:
| this | |
| key |
a key |
| def |
the default value |
Returns:
|
the integer value of |
Returns the value of key, interpreted as an integer, or the default value.
| this | |
| key |
a key |
| def |
the default value |
|
the integer value of |