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 / functional / globals.txt @ 745

History | View | Annotate | Download (421 Bytes)

1
global-at-module-level:4::Using the global statement at the module level
2
undefined-variable:5::Undefined variable 'CSTE'
3
global-statement:11:fix_contant:Using the global statement
4
global-variable-not-assigned:18:other:Using global for 'HOP' but no assignment is done
5
undefined-variable:19:other:Undefined variable 'HOP'
6
global-variable-undefined:24:define_constant:Global variable 'SOMEVAR' undefined at the module level