Lines Matching defs:__len__
378 def __len__(self):
384 return _check_methods(C, "__len__")
412 return _check_methods(C, "__len__", "__iter__", "__contains__")
532 methods except for __contains__, __iter__ and __len__.
673 methods except for __contains__, __iter__, __len__,
759 methods except for __getitem__, __iter__, and __len__.
815 def __len__(self):
892 __iter__, and __len__.
977 __getitem__, and __len__.
1058 __getitem__, __setitem__, __delitem__, __len__, and insert().