Skip to content

Wrong use of classmethod decorator #106

@cayetanobv

Description

@cayetanobv

There is a generalized wrong use of classmethod decorator in plugin. In a lot of cases classmethod decorator must be changed by staticmethod decorator. In other cases methods are simply instance methods (no decorator is needed at all).

I've counted 68 use cases to review.

Related docs:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions