Statistics
| Revision:

gvsig-scripting / org.gvsig.scripting / trunk / org.gvsig.scripting / org.gvsig.scripting.app / org.gvsig.scripting.app.mainplugin / src / main / resources-plugin / scripting / lib / pylint / test / messages / func_first_arg.txt @ 745

History | View | Annotate | Download (681 Bytes)

1
C: 10:Obj.__new__: Class method __new__ should have 'cls' as first argument
2
C: 18:Obj.class2: Class method class2 should have 'cls' as first argument
3
C: 25:Meta.__new__: Metaclass class method __new__ should have 'mcs' as first argument
4
C: 32:Meta.method2: Metaclass method method2 should have 'cls' as first argument
5
C: 40:Meta.class2: Metaclass class method class2 should have 'mcs' as first argument
6
R: 16:Obj: Consider using a decorator instead of calling classmethod
7
R: 20:Obj: Consider using a decorator instead of calling classmethod
8
R: 38:Meta: Consider using a decorator instead of calling classmethod
9
R: 42:Meta: Consider using a decorator instead of calling classmethod