cf
Field.
__len__
Called by the len built-in function.
len
x.__len__() <==> len(x)
Always returns 1.
>>> len(f) 1
cf.Field.__contains__
cf.Field.__lt__