Using Descriptors and Decorators to Create class-only Methods in Python
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 work from an instance of the class. I think this is quite a niche feature, but it is a neat example of ...
fronkan.hashnode.dev4 min read