cf.FieldList.remove

FieldList.remove(value)[source]

Remove first occurrence of value.

Each field in the field list is compared with its equals method, as opposed to the == operator.

See also

list.remove