Vladimir

39%
Flag icon
In the context of object-oriented programming, a protocol is an informal interface, defined only in documentation and not in code. For example, the sequence protocol in Python entails just the __len__ and __getitem__ methods.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview