append method

append

Appends a new name-value pair whose name is name and value is value.

def append(self, name, value):
    ...
ParameterTypeDescription
namestrName of the new name-value pair.
valuestrValue of the new name-value pair.

See Also