add_value method

add_value

Adds the value.

def add_value(self, key, value):
    ...
ParameterTypeDescription
keystrThe string representation of key that is identified with added value.
valuestrThe value to add to.

Exceptions

ExceptionDescription
ArgumentNullExceptionkey is null.

See Also