cf.FieldList.remove

FieldList.remove(value)[source]

Remove first occurrence of value.

Each construct in the list is compared with its equals method, rather than the == operator.

See also

list.remove