is_exist method

is_exist(name)

Is exist master in the collection.

Returns

def is_exist(self, name):
    ...
ParameterTypeDescription
namestr

is_exist(index)

Is exist item in the collection.

Returns

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

See Also