summaryrefslogtreecommitdiff
path: root/tests/functional/n/no/no_self_argument.txt
blob: 481c41ebba01ae207ab5bcec7b621e434579741a (plain)
1
2
3
4
5
no-self-argument:15:4:15:16:NoSelfArgument.__init__:"Method '__init__' should have ""self"" as first argument":UNDEFINED
no-self-argument:19:4:19:12:NoSelfArgument.abdc:"Method 'abdc' should have ""self"" as first argument":UNDEFINED
no-self-argument:42:4:42:15:NoSelfArgument.varargs:"Method 'varargs' should have ""self"" as first argument":UNDEFINED
no-self-argument:45:4:45:14:NoSelfArgument.kwargs:"Method 'kwargs' should have ""self"" as first argument":UNDEFINED
no-self-argument:48:4:48:26:NoSelfArgument.varargs_and_kwargs:"Method 'varargs_and_kwargs' should have ""self"" as first argument":UNDEFINED