Called by the len built-in function.
x.__len__() <==> len(x)
Always returns 1.
>>> len(f) 1
cf.Field.__getitem__
cf.Field.__lt__
Enter search terms or a module, class or function name.