remove method

remove

Removes an item from this PrintTicket item list.

def remove(self, names):
    ...
ParameterTypeDescription
nameslistAn array of item names.

See Also