third_party.pylibs.pylint.src/pylint/test/messages/func_first_arg.txt
2015-02-14 18:13:20 +02:00

6 lines
403 B
Plaintext

C: 10:Obj.__new__: Class method __new__ should have 'cls' as first argument
C: 18:Obj.class2: Class method class2 should have 'cls' as first argument
C: 25:Meta.__new__: Metaclass class method __new__ should have 'mcs' as first argument
C: 32:Meta.method2: Metaclass method method2 should have 'cls' as first argument
C: 40:Meta.class2: Metaclass class method class2 should have 'mcs' as first argument