Vladimir

44%
Flag icon
Iterable, Container, Sized Every collection should either inherit from these ABCs or implement compatible protocols. Iterable supports iteration with __iter__, Container supports the in operator with __contains__, and Sized supports len() with __len__.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview