remove method

remove

Removes the element with the specified key from the IDictionary object.

def remove(self, key):
    ...
ParameterTypeDescription
keyanyThe key of the element to remove.

See Also