third_party.pylibs.pylint.src/test/messages/func_globals.txt
root 4becf6f9e5 forget the past.
forget the past.
2006-04-26 10:48:09 +00:00

7 lines
311 B
Plaintext

E: 27: Undefined variable 'CSTE'
E: 32:other: Undefined variable 'HOP'
W: 23:fix_contant: Using the global statement
W: 26: Using the global statement at the module level
W: 31:other: Using global for 'HOP' but no assigment is done
W: 39:define_constant: Global variable 'somevar' undefined at the module level