set_value method

set_value

Sets the value.

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

See Also