remove method

remove

Remove the value with the specified key.

Returns

Returns true if the value with the specified key was removed.

def remove(self, key):
    ...
ParameterTypeDescription
keystrThe string representation of key that is identified with removed value.

See Also