summaryrefslogtreecommitdiff
path: root/tests/functional/g/globals.txt
blob: 8c1db54fdf4877f3758662a6caf7ad739e367f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
global-at-module-level:4:0:4:11::Using the global statement at the module level:UNDEFINED
undefined-variable:5:6:5:10::Undefined variable 'CSTE':UNDEFINED
global-statement:16:4:16:19:fix_contant:Using the global statement:UNDEFINED
global-variable-not-assigned:23:4:23:14:other:Using global for 'HOP' but no assignment is done:UNDEFINED
undefined-variable:24:10:24:13:other:Undefined variable 'HOP':UNDEFINED
global-variable-undefined:29:4:29:18:define_constant:Global variable 'SOMEVAR' undefined at the module level:UNDEFINED
global-statement:35:4:35:14:global_with_import:Using the global statement:UNDEFINED
global-variable-not-assigned:41:4:41:19:global_no_assign:Using global for 'CONSTANT' but no assignment is done:UNDEFINED
global-statement:47:4:47:19:global_del:Using the global statement:UNDEFINED
global-statement:54:4:54:19:global_operator_assign:Using the global statement:UNDEFINED
global-statement:61:4:61:19:global_function_assign:Using the global statement:UNDEFINED
global-statement:71:4:71:15:override_func:Using the global statement:UNDEFINED
global-statement:80:4:80:14:func:Using the global statement:UNDEFINED
global-statement:86:4:86:16:override_class:Using the global statement:UNDEFINED