DEV Community

Cover image for Using Descriptors and Decorators to Create class-only Methods in Python

Using Descriptors and Decorators to Create class-only Methods in Python

Fredrik Sjöstrand on March 28, 2020

I ran across a post asking how you can create class-only methods in Python. A class-only method should only be callable as a static method and not ...
Collapse
 
rpalo profile image
Ryan Palo

This is a really neat post! And on top of that, I think you did an amazing job of considering what arguments or complaints argumentation readers might have and pre-answering their questions at just the right time. A really nicely crafted article, thanks for sharing!

Collapse
 
fronkan profile image
Fredrik Sjöstrand

Thank you for your kind words!