Files
codeql/python/ql/test/library-tests/variables/scopes/globals.expected
Rasmus Wriedt Larsen e979dffc08 Python: Fix variable access from extractor-change
These changes are from internal PR.
2022-09-06 10:11:37 +02:00

28 lines
1.6 KiB
Plaintext

| Global Variable C | test.py:0:0:0:0 | Module test |
| Global Variable MyClass | in_class.py:0:0:0:0 | Module in_class |
| Global Variable NameError | in_class.py:0:0:0:0 | Module in_class |
| Global Variable __name__ | in_class.py:0:0:0:0 | Module in_class |
| Global Variable __name__ | test.py:0:0:0:0 | Module test |
| Global Variable __package__ | in_class.py:0:0:0:0 | Module in_class |
| Global Variable __package__ | test.py:0:0:0:0 | Module test |
| Global Variable bar | in_class.py:0:0:0:0 | Module in_class |
| Global Variable base | test.py:0:0:0:0 | Module test |
| Global Variable baz | in_class.py:0:0:0:0 | Module in_class |
| Global Variable foo | in_class.py:0:0:0:0 | Module in_class |
| Global Variable func0 | test.py:0:0:0:0 | Module test |
| Global Variable func1 | test.py:0:0:0:0 | Module test |
| Global Variable func2 | test.py:0:0:0:0 | Module test |
| Global Variable func3 | test.py:0:0:0:0 | Module test |
| Global Variable func4 | test.py:0:0:0:0 | Module test |
| Global Variable func5 | test.py:0:0:0:0 | Module test |
| Global Variable func6 | test.py:0:0:0:0 | Module test |
| Global Variable global0 | test.py:0:0:0:0 | Module test |
| Global Variable global1 | test.py:0:0:0:0 | Module test |
| Global Variable global_local | test.py:0:0:0:0 | Module test |
| Global Variable mc | in_class.py:0:0:0:0 | Module in_class |
| Global Variable object | in_class.py:0:0:0:0 | Module in_class |
| Global Variable print | in_class.py:0:0:0:0 | Module in_class |
| Global Variable range | test.py:0:0:0:0 | Module test |
| Global Variable seq | test.py:0:0:0:0 | Module test |
| Global Variable use_in_loop | test.py:0:0:0:0 | Module test |