set_item method

set_item

Sets the value of the pair identified by key to value, creating a new key/value pair if none existed for key previously.

def set_item(self, key, value):
    ...
ParameterTypeDescription
keystrItem key string.
valuestrItem value string.

See Also