remove_item method

remove_item

Removes the key/value pair with the given key, if a key/value pair with the given key exists.

Returns

def remove_item(self, key):
    ...
ParameterTypeDescription
keystrItem key string.

See Also