is_exist method

is_exist(name)

Is exist master in the collection.

Returns

def is_exist(self, name):
    ...
Parameter Type Description
name str

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