-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathtest.expected
More file actions
41 lines (41 loc) · 1.91 KB
/
test.expected
File metadata and controls
41 lines (41 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
| 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 |