add method

add

Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance.

def add(self, items):
    ...
ParameterTypeDescription
itemslistList of items to add.

See Also