contains_key method

contains_key

Determines whether the MutationObserverInit collection contain a specified key.

Returns

True if the MutationObserverInit contain a specified key; otherwise, false.

def contains_key(self, key):
    ...
ParameterTypeDescription
keystrThe key to check.

See Also