.. _no-classmethod-decorator: no-classmethod-decorator / R0202 ================================ **Message emitted:** Consider using a decorator instead of calling classmethod **Description:** *Used when a class method is defined without using the decorator syntax.* Created by ``classes`` checker