Files
codeql/python/ql/test/library-tests/jump_to_defn/test.expected
2018-11-19 15:15:54 +00:00

42 lines
1.9 KiB
Plaintext
Executable File

| test.py:2 | ImportExpr | Definition module.py:0 |
| test.py:3 | ImportExpr | Definition module.py:0 |
| test.py:3 | ImportMember | Definition module.py:2 |
| test.py:4 | ImportExpr | Definition module.py:0 |
| test.py:4 | ImportMember | Definition module.py:11 |
| test.py:7 | Attribute | Definition module.py:4 |
| test.py:7 | C | Definition test.py:3 |
| test.py:7 | arg | Definition test.py:6 |
| test.py:8 | Attribute | Definition module.py:8 |
| test.py:8 | C | Definition test.py:3 |
| test.py:8 | arg | Definition test.py:6 |
| test.py:9 | arg | Definition test.py:6 |
| test.py:9 | f | Definition test.py:4 |
| test.py:10 | Attribute | Definition module.py:2 |
| test.py:10 | Attribute | Definition module.py:4 |
| test.py:10 | arg | Definition test.py:6 |
| test.py:10 | module | Definition test.py:2 |
| test.py:11 | Attribute | Definition module.py:2 |
| test.py:11 | Attribute | Definition module.py:8 |
| test.py:11 | arg | Definition test.py:6 |
| test.py:11 | module | Definition test.py:2 |
| test.py:12 | Attribute | Definition module.py:11 |
| test.py:12 | arg | Definition test.py:6 |
| test.py:12 | module | Definition test.py:2 |
| test.py:15 | seq | Definition test.py:14 |
| test.py:16 | cond | Definition test.py:14 |
| test.py:17 | seq | Definition test.py:14 |
| test.py:19 | x | Definition test.py:15 |
| test.py:19 | x | Definition test.py:17 |
| test.py:31 | Attribute | Definition test.py:24 |
| test.py:31 | self | Definition test.py:30 |
| test.py:33 | Attribute | Definition test.py:24 |
| test.py:33 | D | Definition test.py:21 |
| test.py:41 | BaseClass | Definition test.py:36 |
| test.py:44 | Attribute | Definition test.py:38 |
| test.py:44 | BaseClass | Definition test.py:36 |
| test.py:44 | self | Definition test.py:43 |
| test.py:45 | Attribute | Definition test.py:38 |
| test.py:45 | DerivedClass | Definition test.py:41 |
| test.py:45 | self | Definition test.py:43 |
| test.py:46 | m | Definition test.py:45 |