forked from github/codeql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathValues.expected
More file actions
66 lines (66 loc) · 3.82 KB
/
Values.expected
File metadata and controls
66 lines (66 loc) · 3.82 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
| 2 | ControlFlowNode for IntegerLiteral | int 7 | 2 |
| 3 | ControlFlowNode for int | builtin-class int | 3 |
| 3 | ControlFlowNode for isinstance | Builtin-function isinstance | 3 |
| 3 | ControlFlowNode for isinstance() | bool True | 3 |
| 3 | ControlFlowNode for x | int 7 | 2 |
| 4 | ControlFlowNode for issubclass | Builtin-function issubclass | 4 |
| 4 | ControlFlowNode for issubclass() | bool True | 4 |
| 4 | ControlFlowNode for object | builtin-class object | 4 |
| 4 | ControlFlowNode for type | builtin-class type | 4 |
| 4 | ControlFlowNode for type() | builtin-class int | 4 |
| 4 | ControlFlowNode for x | int 7 | 2 |
| 5 | ControlFlowNode for dict | builtin-class dict | 5 |
| 6 | ControlFlowNode for d | builtin-class dict | 5 |
| 6 | ControlFlowNode for dict | builtin-class dict | 6 |
| 6 | ControlFlowNode for issubclass | Builtin-function issubclass | 6 |
| 6 | ControlFlowNode for issubclass() | bool True | 6 |
| 7 | ControlFlowNode for UnaryExpr | bool True | 7 |
| 7 | ControlFlowNode for d | builtin-class dict | 5 |
| 7 | ControlFlowNode for issubclass | Builtin-function issubclass | 7 |
| 7 | ControlFlowNode for issubclass() | bool False | 7 |
| 7 | ControlFlowNode for list | builtin-class list | 7 |
| 9 | ControlFlowNode for IfExp | () | 9 |
| 9 | ControlFlowNode for IfExp | int 0 | 9 |
| 9 | ControlFlowNode for IntegerLiteral | int 0 | 9 |
| 9 | ControlFlowNode for Tuple | () | 9 |
| 9 | ControlFlowNode for condition | Unknown value | 9 |
| 10 | ControlFlowNode for isinstance | Builtin-function isinstance | 10 |
| 10 | ControlFlowNode for isinstance() | bool False | 10 |
| 10 | ControlFlowNode for isinstance() | bool True | 10 |
| 10 | ControlFlowNode for tuple | builtin-class tuple | 10 |
| 10 | ControlFlowNode for x | () | 9 |
| 10 | ControlFlowNode for x | int 0 | 9 |
| 12 | ControlFlowNode for IntegerLiteral | int 3 | 12 |
| 12 | ControlFlowNode for isinstance | Builtin-function isinstance | 12 |
| 12 | ControlFlowNode for isinstance() | bool False | 12 |
| 12 | ControlFlowNode for isinstance() | bool True | 12 |
| 12 | ControlFlowNode for unknown | Unknown value | 12 |
| 12 | ControlFlowNode for unknown() | Unknown value | 12 |
| 13 | ControlFlowNode for int | builtin-class int | 13 |
| 13 | ControlFlowNode for isinstance | Builtin-function isinstance | 13 |
| 13 | ControlFlowNode for isinstance() | bool False | 13 |
| 13 | ControlFlowNode for isinstance() | bool True | 13 |
| 13 | ControlFlowNode for x | () | 9 |
| 13 | ControlFlowNode for x | int 0 | 9 |
| 14 | ControlFlowNode for Tuple | (builtin-class list, builtin-class int, ) | 14 |
| 14 | ControlFlowNode for int | builtin-class int | 14 |
| 14 | ControlFlowNode for isinstance | Builtin-function isinstance | 14 |
| 14 | ControlFlowNode for isinstance() | bool True | 14 |
| 14 | ControlFlowNode for list | builtin-class list | 14 |
| 14 | ControlFlowNode for x | int 0 | 9 |
| 15 | ControlFlowNode for Tuple | (builtin-class list, builtin-class int, ) | 15 |
| 15 | ControlFlowNode for int | builtin-class int | 15 |
| 15 | ControlFlowNode for issubclass | Builtin-function issubclass | 15 |
| 15 | ControlFlowNode for issubclass() | bool True | 15 |
| 15 | ControlFlowNode for list | builtin-class list | 15 |
| 15 | ControlFlowNode for type | builtin-class type | 15 |
| 15 | ControlFlowNode for type() | builtin-class int | 15 |
| 15 | ControlFlowNode for x | int 0 | 9 |
| 16 | ControlFlowNode for Tuple | (builtin-class float, builtin-class dict, ) | 16 |
| 16 | ControlFlowNode for dict | builtin-class dict | 16 |
| 16 | ControlFlowNode for float | builtin-class float | 16 |
| 16 | ControlFlowNode for issubclass | Builtin-function issubclass | 16 |
| 16 | ControlFlowNode for issubclass() | bool False | 16 |
| 16 | ControlFlowNode for type | builtin-class type | 16 |
| 16 | ControlFlowNode for type() | builtin-class int | 16 |
| 16 | ControlFlowNode for x | int 0 | 9 |