filmov
tv
Making the len function work on your Python objects

Показать описание
Want the built-in `len` function to work on your Python objects? Your class needs a `__len__` method!
00:00 The len function only works on objects that have a length
00:41 How to make instances of your class have a length?
01:41 Use a __len__ method to give your Python objects a length
00:00 The len function only works on objects that have a length
00:41 How to make instances of your class have a length?
01:41 Use a __len__ method to give your Python objects a length