is_exist method

is_exist(index)

Is exist item in the collection.

Returns

def is_exist(self, index):
    ...
Parameter Type Description
index int index of element.

See Also