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_w0623.txt @ 745

History | View | Annotate | Download (727 Bytes)

1
C: 28:some_function: Invalid variable name "FOO"
2
C: 41: Invalid constant name "exc3"
3
C: 55: Invalid variable name "OOPS"
4
W: 18:some_function: Redefining name 'RuntimeError' from object 'exceptions' in exception handler
5
W: 20:some_function: Redefining name 'OSError' from builtins in exception handler
6
W: 20:some_function: Unused variable 'OSError'
7
W: 22:some_function: Redefining name 'MyError' from outer scope (line 7) in exception handler
8
W: 22:some_function: Unused variable 'MyError'
9
W: 45: Redefining name 'RuntimeError' from object 'exceptions' in exception handler
10
W: 47: Redefining name 'OSError' from builtins in exception handler
11
W: 49: Redefining name 'MyOtherError' from outer scope (line 36) in exception handler