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

6 lines
304 B
Plaintext

E: 10: Missing mandatory keyword argument 'foo' in function call
E: 10: Too many positional arguments for function call
E: 12: Missing mandatory keyword argument 'foo' in function call
E: 12: Too many positional arguments for function call
W: 3:function: Redefining name 'foo' from outer scope (line 9)