remove method

remove(item)

Remove the Field object from the collection.

def remove(self, item):
    ...
Parameter Type Description
item Field

See Also