Danjou: The definitive guide on how to use static, class or abstract methods in Python
[Posted August 1, 2013 by jake]
On his blog, Julien Danjou
examines static, class, and abstract methods in Python and gives examples of how they might be used. "
Doing code reviews is a great way to discover things that people might struggle to comprehend. While proof-reading OpenStack patches recently, I spotted that people were not using correctly the various decorators Python provides for methods. So here's my attempt at providing me a link to send them to in my next code reviews. :-)"
(
Log in to post comments)