remove method

remove(item)

Remove the Para object from the collection.

def remove(self, item):
    ...
ParameterTypeDescription
itemPara

See Also