remove method

remove(item)

Remove the Prop object from the collection.

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

See Also