remove method

remove(item)

Remove the Field object from the collection.

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

See Also