Vladimir

36%
Flag icon
the staticmethod decorator changes a method so that it receives no special first argument. In essence, a static method is just like a plain function that happens to live in a class body, instead of being defined at the module level.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview