If I have a class...
class MyClass: def method(arg): print(arg)
...which I use to create an object...
my_objec
Pass cls parameter into @classmethod to resolve this problem.
cls
@classmethod
@classmethod def test(cls): return ''