has method

has

Checks if there is a name-value pair whose name is name in list.

Returns

True if there is a name-value pair whose name is name in list, and false otherwise.

def has(self, name):
    ...
ParameterTypeDescription
namestrKey which will be used to find name-value pair.

See Also