contains method

contains

Checks does key is contained in metadata.

Returns

True if key is contained in the metadata.

def contains(self, key):
    ...
ParameterTypeDescription
keystrThe key of entry to find.

See Also