Return the number of occurrences of a value
Elements are compared with the cf.equals function.
fl.count(value) is equivalent to len([None for f in fl if cf.equals(value, f)]).
The value to search for in the list.
The number of occurrences of the value.
cf.FieldList.append
cf.FieldList.extend
Enter search terms or a module, class or function name.