is_exist method

is_exist(index)

Is exist item in the collection.

Returns

def is_exist(self, index):
    ...
ParameterTypeDescription
indexintindex of element.

See Also