contains_key method

contains_key

Determines whether the storage contains an element with the specified key.

Returns

True if the storage contains an element with the specified key, false otherwise.

def contains_key(self, key):
    ...
ParameterTypeDescription
keystrKey of the value.

See Also