-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathSSA.expected
More file actions
524 lines (524 loc) · 42.1 KB
/
SSA.expected
File metadata and controls
524 lines (524 loc) · 42.1 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
| __init__.py:0 | __name___0 = ScopeEntryDefinition | 'code' | builtin-class str |
| __init__.py:0 | __name___0 = ScopeEntryDefinition | 'code.package' | builtin-class str |
| __init__.py:0 | __name___0 = ScopeEntryDefinition | 'code.test_package' | builtin-class str |
| __init__.py:0 | module2_0 = ImplicitSubModuleDefinition | Module code.package.module2 | builtin-class module |
| __init__.py:0 | moduleX_0 = ImplicitSubModuleDefinition | Module code.package.moduleX | builtin-class module |
| __init__.py:1 | __name___1 = ImportStarRefinement(__name___0) | 'code.test_package' | builtin-class str |
| __init__.py:2 | __name___2 = ImportStarRefinement(__name___1) | 'code.test_package' | builtin-class str |
| __init__.py:2 | module_0 = ImportMember | Function module | builtin-class function |
| __init__.py:3 | sys_2 = ImportExpr | Module sys | builtin-class module |
| __init__.py:4 | module3_0 = ImportMember | Module code.package.module2 | builtin-class module |
| __init__.py:5 | module2_1 = IntegerLiteral | int 7 | builtin-class int |
| __init__.py:6 | module4_0 = ImportMember | int 7 | builtin-class int |
| __init__.py:7 | module5_0 = ImportMember | Module code.package.module2 | builtin-class module |
| __init__.py:8 | moduleX_1 = ImportMember | Module code.package.moduleX | builtin-class module |
| a_simple.py:0 | __name___0 = ScopeEntryDefinition | 'code.a_simple' | builtin-class str |
| a_simple.py:2 | f1_0 = FloatLiteral | float 1.0 | builtin-class float |
| a_simple.py:5 | i1_0 = IntegerLiteral | int 0 | builtin-class int |
| a_simple.py:6 | s_0 = Tuple | Tuple | builtin-class tuple |
| a_simple.py:8 | func_0 = FunctionExpr | Function func | builtin-class function |
| a_simple.py:11 | C_0 = ClassExpr | class C | builtin-class type |
| a_simple.py:14 | vararg_kwarg_0 = FunctionExpr | Function vararg_kwarg | builtin-class function |
| a_simple.py:18 | multi_loop_0 = FunctionExpr | Function multi_loop | builtin-class function |
| a_simple.py:19 | x_0 = None | NoneType None | builtin-class NoneType |
| a_simple.py:20 | x_1 = phi(x_0, x_2) | NoneType None | builtin-class NoneType |
| a_simple.py:23 | with_definition_0 = FunctionExpr | Function with_definition | builtin-class function |
| a_simple.py:27 | multi_loop_in_try_0 = FunctionExpr | Function multi_loop_in_try | builtin-class function |
| a_simple.py:34 | f_0 = FunctionExpr | Function f | builtin-class function |
| a_simple.py:38 | b_0 = ParameterDefinition | 'b' | builtin-class str |
| a_simple.py:38 | c_0 = ParameterDefinition | 'c' | builtin-class str |
| a_simple.py:38 | multi_assign_and_packing_0 = FunctionExpr | Function multi_assign_and_packing | builtin-class function |
| a_simple.py:39 | t_0 = Tuple | Tuple | builtin-class tuple |
| a_simple.py:40 | w_0 = Tuple | Tuple | builtin-class tuple |
| a_simple.py:41 | p_0 = t[0] | int 1 | builtin-class int |
| a_simple.py:41 | q_0 = t[1] | int 2 | builtin-class int |
| a_simple.py:41 | r_0 = t[2] | int 3 | builtin-class int |
| a_simple.py:42 | y_0 = w[1] | 'b' | builtin-class str |
| a_simple.py:42 | z_0 = w[2] | 'c' | builtin-class str |
| a_simple.py:49 | h_0 = b | 'b' | builtin-class str |
| a_simple.py:49 | i_0 = c | 'c' | builtin-class str |
| b_condition.py:0 | __name___0 = ScopeEntryDefinition | 'code.b_condition' | builtin-class str |
| b_condition.py:4 | f_0 = FunctionExpr | Function f | builtin-class function |
| b_condition.py:5 | x_0 = IfExp | NoneType None | builtin-class NoneType |
| b_condition.py:8 | x_1 = IntegerLiteral | int 7 | builtin-class int |
| b_condition.py:9 | x_3 = phi(x_1, x_2) | int 7 | builtin-class int |
| b_condition.py:11 | x_4 = IfExp | NoneType None | builtin-class NoneType |
| b_condition.py:14 | x_5 = IntegerLiteral | int 7 | builtin-class int |
| b_condition.py:15 | x_6 = Pi(x_4) [false] | NoneType None | builtin-class NoneType |
| b_condition.py:15 | x_7 = phi(x_5, x_6) | NoneType None | builtin-class NoneType |
| b_condition.py:15 | x_7 = phi(x_5, x_6) | int 7 | builtin-class int |
| b_condition.py:17 | x_8 = IfExp | NoneType None | builtin-class NoneType |
| b_condition.py:20 | x_9 = None | NoneType None | builtin-class NoneType |
| b_condition.py:21 | x_11 = phi(x_9, x_10) | NoneType None | builtin-class NoneType |
| b_condition.py:23 | x_12 = IfExp | NoneType None | builtin-class NoneType |
| b_condition.py:25 | x_14 = IfExp | int 1 | builtin-class int |
| b_condition.py:26 | x_15 = ArgumentRefinement(x_14) | int 1 | builtin-class int |
| b_condition.py:28 | x_16 = IntegerLiteral | int 1 | builtin-class int |
| b_condition.py:29 | x_17 = phi(x_15, x_16) | int 1 | builtin-class int |
| b_condition.py:31 | x_18 = IfExp | int 1 | builtin-class int |
| b_condition.py:33 | x_19 = IntegerLiteral | int 7 | builtin-class int |
| b_condition.py:34 | x_20 = Pi(x_18) [false] | int 1 | builtin-class int |
| b_condition.py:34 | x_21 = phi(x_19, x_20) | int 1 | builtin-class int |
| b_condition.py:34 | x_21 = phi(x_19, x_20) | int 7 | builtin-class int |
| b_condition.py:34 | x_22 = ArgumentRefinement(x_21) | int 1 | builtin-class int |
| b_condition.py:34 | x_22 = ArgumentRefinement(x_21) | int 7 | builtin-class int |
| b_condition.py:36 | x_23 = Pi(x_22) [true] | int 1 | builtin-class int |
| b_condition.py:36 | x_23 = Pi(x_22) [true] | int 7 | builtin-class int |
| b_condition.py:37 | x_24 = ArgumentRefinement(x_23) | int 1 | builtin-class int |
| b_condition.py:37 | x_24 = ArgumentRefinement(x_23) | int 7 | builtin-class int |
| b_condition.py:50 | g_1 = FunctionExpr | Function g | builtin-class function |
| b_condition.py:55 | loop_1 = FunctionExpr | Function loop | builtin-class function |
| b_condition.py:61 | double_attr_check_1 = FunctionExpr | Function double_attr_check | builtin-class function |
| b_condition.py:69 | h_1 = FunctionExpr | Function h | builtin-class function |
| b_condition.py:70 | b_0 = IfExp | bool True | builtin-class bool |
| b_condition.py:72 | b_1 = IntegerLiteral | int 7 | builtin-class int |
| b_condition.py:73 | b_2 = Pi(b_0) [false] | bool True | builtin-class bool |
| b_condition.py:73 | b_3 = phi(b_1, b_2) | bool True | builtin-class bool |
| b_condition.py:73 | b_3 = phi(b_1, b_2) | int 7 | builtin-class int |
| b_condition.py:75 | k_1 = FunctionExpr | Function k | builtin-class function |
| b_condition.py:76 | t_0 = type | builtin-class type | builtin-class type |
| b_condition.py:78 | t_1 = object | builtin-class object | builtin-class type |
| b_condition.py:79 | t_3 = phi(t_1, t_2) | builtin-class object | builtin-class type |
| b_condition.py:79 | t_4 = ArgumentRefinement(t_3) | builtin-class object | builtin-class type |
| b_condition.py:81 | bar_2 = phi(bar_0, bar_1) | Function bar | builtin-class function |
| b_condition.py:81 | foo_0 = ParameterDefinition | bool True | builtin-class bool |
| b_condition.py:81 | foo_3 = Pi(foo_0) [false] | bool True | builtin-class bool |
| b_condition.py:81 | foo_4 = phi(foo_1, foo_3) | bool True | builtin-class bool |
| b_condition.py:81 | odasa6261_1 = FunctionExpr | Function odasa6261 | builtin-class function |
| b_condition.py:83 | bar_1 = FunctionExpr | Function bar | builtin-class function |
| b_condition.py:87 | split_bool1_1 = FunctionExpr | Function split_bool1 | builtin-class function |
| b_condition.py:87 | x_0 = ParameterDefinition | NoneType None | builtin-class NoneType |
| b_condition.py:87 | y_0 = ParameterDefinition | NoneType None | builtin-class NoneType |
| b_condition.py:90 | x_4 = Pi(x_0) [false] | NoneType None | builtin-class NoneType |
| b_condition.py:90 | x_5 = SingleSuccessorGuard(x_4) [false] | NoneType None | builtin-class NoneType |
| b_condition.py:90 | y_4 = Pi(y_0) [false] | NoneType None | builtin-class NoneType |
| b_condition.py:92 | x_2 = SingleSuccessorGuard(x_5) [false] | NoneType None | builtin-class NoneType |
| b_condition.py:93 | y_5 = ArgumentRefinement(y_4) | NoneType None | builtin-class NoneType |
| b_condition.py:96 | y_6 = SingleSuccessorGuard(y_5) [false] | NoneType None | builtin-class NoneType |
| b_condition.py:97 | x_3 = ArgumentRefinement(x_2) | NoneType None | builtin-class NoneType |
| b_condition.py:101 | not_or_not_1 = FunctionExpr | Function not_or_not | builtin-class function |
| b_condition.py:109 | method_check_1 = FunctionExpr | Function method_check | builtin-class function |
| c_tests.py:0 | __name___0 = ScopeEntryDefinition | 'code.c_tests' | builtin-class str |
| c_tests.py:4 | f_0 = FunctionExpr | Function f | builtin-class function |
| c_tests.py:5 | x_0 = IfExp | NoneType None | builtin-class NoneType |
| c_tests.py:8 | x_1 = Pi(x_0) [true] | NoneType None | builtin-class NoneType |
| c_tests.py:10 | x_2 = IfExp | int 0 | builtin-class int |
| c_tests.py:10 | x_2 = IfExp | int 1 | builtin-class int |
| c_tests.py:13 | x_3 = Pi(x_2) [true] | int 1 | builtin-class int |
| c_tests.py:15 | x_4 = IfExp | int 0 | builtin-class int |
| c_tests.py:15 | x_4 = IfExp | int 1 | builtin-class int |
| c_tests.py:18 | x_5 = Pi(x_4) [true] | int 0 | builtin-class int |
| c_tests.py:21 | x_6 = IfExp | List | builtin-class list |
| c_tests.py:21 | x_6 = IfExp | Tuple | builtin-class tuple |
| c_tests.py:24 | x_7 = Pi(x_6) [true] | List | builtin-class list |
| c_tests.py:24 | x_7 = Pi(x_6) [true] | Tuple | builtin-class tuple |
| c_tests.py:26 | x_8 = Pi(x_6) [false] | List | builtin-class list |
| c_tests.py:26 | x_9 = phi(x_7, x_8) | List | builtin-class list |
| c_tests.py:26 | x_9 = phi(x_7, x_8) | Tuple | builtin-class tuple |
| c_tests.py:27 | x_10 = Pi(x_9) [true] | List | builtin-class list |
| c_tests.py:27 | x_10 = Pi(x_9) [true] | Tuple | builtin-class tuple |
| c_tests.py:29 | x_11 = Pi(x_9) [false] | List | builtin-class list |
| c_tests.py:29 | x_11 = Pi(x_9) [false] | Tuple | builtin-class tuple |
| c_tests.py:29 | x_12 = phi(x_10, x_11) | List | builtin-class list |
| c_tests.py:29 | x_12 = phi(x_10, x_11) | Tuple | builtin-class tuple |
| c_tests.py:30 | x_13 = Pi(x_12) [true] | Tuple | builtin-class tuple |
| c_tests.py:32 | x_14 = Pi(x_12) [false] | List | builtin-class list |
| c_tests.py:32 | x_15 = phi(x_13, x_14) | List | builtin-class list |
| c_tests.py:32 | x_15 = phi(x_13, x_14) | Tuple | builtin-class tuple |
| c_tests.py:56 | others_0 = FunctionExpr | Function others | builtin-class function |
| c_tests.py:56 | x_7 = Pi(x_5) [false] | int 0 | builtin-class int |
| c_tests.py:56 | x_8 = phi(x_6, x_7) | builtin-class float | builtin-class type |
| c_tests.py:56 | x_8 = phi(x_6, x_7) | int 0 | builtin-class int |
| c_tests.py:58 | x_0 = IfExp | builtin-class bool | builtin-class type |
| c_tests.py:58 | x_0 = IfExp | builtin-class type | builtin-class type |
| c_tests.py:61 | x_1 = Pi(x_0) [true] | builtin-class bool | builtin-class type |
| c_tests.py:63 | x_2 = IfExp | builtin-class float | builtin-class type |
| c_tests.py:63 | x_2 = IfExp | int 0 | builtin-class int |
| c_tests.py:66 | x_3 = Pi(x_2) [true] | int 0 | builtin-class int |
| c_tests.py:68 | x_4 = Pi(x_2) [false] | builtin-class float | builtin-class type |
| c_tests.py:68 | x_5 = phi(x_3, x_4) | builtin-class float | builtin-class type |
| c_tests.py:68 | x_5 = phi(x_3, x_4) | int 0 | builtin-class int |
| c_tests.py:69 | x_6 = Pi(x_5) [true] | builtin-class float | builtin-class type |
| c_tests.py:71 | compound_0 = FunctionExpr | Function compound | builtin-class function |
| c_tests.py:71 | x_0 = ParameterDefinition | int 1 | builtin-class int |
| c_tests.py:71 | y_0 = ParameterDefinition | int 0 | builtin-class int |
| c_tests.py:71 | y_5 = Pi(y_0) [false] | int 0 | builtin-class int |
| c_tests.py:71 | y_6 = phi(y_4, y_5) | int 0 | builtin-class int |
| c_tests.py:74 | x_2 = Pi(x_0) [true] | int 1 | builtin-class int |
| c_tests.py:76 | x_3 = SingleSuccessorGuard(x_2) [true] | int 1 | builtin-class int |
| c_tests.py:76 | y_2 = Pi(y_0) [false] | int 0 | builtin-class int |
| c_tests.py:76 | y_3 = phi(y_1, y_2) | int 0 | builtin-class int |
| c_tests.py:79 | h_0 = FunctionExpr | Function h | builtin-class function |
| c_tests.py:79 | x_5 = phi(x_3, x_4) | NoneType None | builtin-class NoneType |
| c_tests.py:80 | b_0 = IfExp | bool True | builtin-class bool |
| c_tests.py:82 | b_1 = Pi(b_0) [true] | bool True | builtin-class bool |
| c_tests.py:83 | b_2 = IfExp | bool True | builtin-class bool |
| c_tests.py:87 | b_4 = Pi(b_2) [false] | bool True | builtin-class bool |
| c_tests.py:87 | b_5 = phi(b_3, b_4) | bool True | builtin-class bool |
| c_tests.py:90 | x_0 = IfExp | NoneType None | builtin-class NoneType |
| c_tests.py:94 | x_2 = IfExp | NoneType None | builtin-class NoneType |
| c_tests.py:96 | x_3 = Pi(x_2) [true] | NoneType None | builtin-class NoneType |
| c_tests.py:98 | complex_test_0 = FunctionExpr | Function complex_test | builtin-class function |
| d_globals.py:0 | __name___0 = ScopeEntryDefinition | 'code.d_globals' | builtin-class str |
| d_globals.py:2 | dict_2 = ScopeEntryDefinition | int 7 | builtin-class int |
| d_globals.py:2 | g1_2 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:2 | g2_2 = ScopeEntryDefinition | int 102 | builtin-class int |
| d_globals.py:2 | g3_2 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:2 | g4_1 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:2 | j_0 = FunctionExpr | Function j | builtin-class function |
| d_globals.py:2 | tuple_2 = ScopeEntryDefinition | builtin-class tuple | builtin-class type |
| d_globals.py:5 | dict_1 = IntegerLiteral | int 7 | builtin-class int |
| d_globals.py:7 | tuple_1 = tuple | builtin-class tuple | builtin-class type |
| d_globals.py:14 | g1_0 = None | NoneType None | builtin-class NoneType |
| d_globals.py:16 | assign_global_0 = FunctionExpr | Function assign_global | builtin-class function |
| d_globals.py:16 | g2_3 = ScopeEntryDefinition | int 102 | builtin-class int |
| d_globals.py:16 | g3_3 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:16 | g4_2 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:18 | g1_3 = IntegerLiteral | int 101 | builtin-class int |
| d_globals.py:23 | g2_0 = None | NoneType None | builtin-class NoneType |
| d_globals.py:25 | g1_4 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:25 | g3_4 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:25 | g4_3 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:25 | init_0 = FunctionExpr | Function init | builtin-class function |
| d_globals.py:27 | g2_4 = IntegerLiteral | int 102 | builtin-class int |
| d_globals.py:29 | g1_1 = CallsiteRefinement(g1_0) | NoneType None | builtin-class NoneType |
| d_globals.py:29 | g2_1 = CallsiteRefinement(g2_0) | int 102 | builtin-class int |
| d_globals.py:33 | g3_1 = None | NoneType None | builtin-class NoneType |
| d_globals.py:35 | Ugly_1 = ClassExpr | class Ugly | builtin-class type |
| d_globals.py:37 | __init___0 = FunctionExpr | Function __init__ | builtin-class function |
| d_globals.py:37 | g1_5 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:37 | g2_5 = ScopeEntryDefinition | int 102 | builtin-class int |
| d_globals.py:37 | g4_4 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:37 | self_0 = ParameterDefinition | self | class Ugly |
| d_globals.py:39 | g3_5 = IntegerLiteral | int 103 | builtin-class int |
| d_globals.py:41 | g1_6 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:41 | g2_6 = ScopeEntryDefinition | int 102 | builtin-class int |
| d_globals.py:41 | g3_6 = ScopeEntryDefinition | int 103 | builtin-class int |
| d_globals.py:41 | g4_5 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:41 | meth_0 = FunctionExpr | Function meth | builtin-class function |
| d_globals.py:41 | self_0 = ParameterDefinition | self | class Ugly |
| d_globals.py:46 | x_1 = IntegerLiteral | int 1 | builtin-class int |
| d_globals.py:49 | x_2 = IntegerLiteral | int 3 | builtin-class int |
| d_globals.py:51 | x_3 = phi(x_1, x_2) | int 1 | builtin-class int |
| d_globals.py:51 | x_3 = phi(x_1, x_2) | int 3 | builtin-class int |
| d_globals.py:52 | y_1 = IntegerLiteral | int 1 | builtin-class int |
| d_globals.py:54 | y_2 = IntegerLiteral | int 2 | builtin-class int |
| d_globals.py:59 | y_3 = phi(y_1, y_2) | int 1 | builtin-class int |
| d_globals.py:59 | y_3 = phi(y_1, y_2) | int 2 | builtin-class int |
| d_globals.py:62 | X_1 = ClassExpr | class X | builtin-class type |
| d_globals.py:62 | g3_7 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:62 | y_4 = ScopeEntryDefinition | int 1 | builtin-class int |
| d_globals.py:62 | y_4 = ScopeEntryDefinition | int 2 | builtin-class int |
| d_globals.py:63 | y_1 = y | int 1 | builtin-class int |
| d_globals.py:63 | y_1 = y | int 2 | builtin-class int |
| d_globals.py:70 | g1_7 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:70 | g2_7 = ScopeEntryDefinition | int 102 | builtin-class int |
| d_globals.py:70 | g3_8 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:70 | g4_7 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:70 | k_1 = FunctionExpr | Function k | builtin-class function |
| d_globals.py:73 | g4_6 = None | NoneType None | builtin-class NoneType |
| d_globals.py:75 | g1_8 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:75 | g2_8 = ScopeEntryDefinition | int 102 | builtin-class int |
| d_globals.py:75 | g3_9 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:75 | g4_8 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:75 | get_g4_1 = FunctionExpr | Function get_g4 | builtin-class function |
| d_globals.py:75 | set_g4_2 = ScopeEntryDefinition | Function set_g4 | builtin-class function |
| d_globals.py:77 | g1_9 = CallsiteRefinement(g1_8) | NoneType None | builtin-class NoneType |
| d_globals.py:77 | g2_9 = CallsiteRefinement(g2_8) | int 102 | builtin-class int |
| d_globals.py:77 | g3_10 = CallsiteRefinement(g3_9) | NoneType None | builtin-class NoneType |
| d_globals.py:77 | g4_9 = Pi(g4_8) [true] | NoneType None | builtin-class NoneType |
| d_globals.py:77 | g4_10 = CallsiteRefinement(g4_9) | bool False | builtin-class bool |
| d_globals.py:78 | g1_10 = phi(g1_8, g1_9) | NoneType None | builtin-class NoneType |
| d_globals.py:78 | g2_10 = phi(g2_8, g2_9) | int 102 | builtin-class int |
| d_globals.py:78 | g3_11 = phi(g3_9, g3_10) | NoneType None | builtin-class NoneType |
| d_globals.py:78 | g4_12 = phi(g4_10, g4_11) | bool False | builtin-class bool |
| d_globals.py:80 | g1_11 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:80 | g2_11 = ScopeEntryDefinition | int 102 | builtin-class int |
| d_globals.py:80 | g3_12 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:80 | g4_13 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:80 | set_g4_1 = FunctionExpr | Function set_g4 | builtin-class function |
| d_globals.py:80 | set_g4_indirect_2 = ScopeEntryDefinition | Function set_g4_indirect | builtin-class function |
| d_globals.py:81 | g1_12 = CallsiteRefinement(g1_11) | NoneType None | builtin-class NoneType |
| d_globals.py:81 | g2_12 = CallsiteRefinement(g2_11) | int 102 | builtin-class int |
| d_globals.py:81 | g3_13 = CallsiteRefinement(g3_12) | NoneType None | builtin-class NoneType |
| d_globals.py:81 | g4_14 = CallsiteRefinement(g4_13) | bool False | builtin-class bool |
| d_globals.py:83 | g1_13 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:83 | g2_13 = ScopeEntryDefinition | int 102 | builtin-class int |
| d_globals.py:83 | g3_14 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:83 | set_g4_indirect_1 = FunctionExpr | Function set_g4_indirect | builtin-class function |
| d_globals.py:85 | g4_15 = False | bool False | builtin-class bool |
| d_globals.py:87 | modinit_1 = ClassExpr | class modinit | builtin-class type |
| d_globals.py:95 | g1_14 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:95 | g2_14 = ScopeEntryDefinition | int 102 | builtin-class int |
| d_globals.py:95 | g3_15 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:95 | g4_16 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:95 | outer_1 = FunctionExpr | Function outer | builtin-class function |
| d_globals.py:96 | g1_16 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:96 | g2_16 = ScopeEntryDefinition | int 102 | builtin-class int |
| d_globals.py:96 | g3_17 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:96 | g4_18 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:96 | inner_0 = FunctionExpr | Function inner | builtin-class function |
| d_globals.py:98 | glob_16 = IntegerLiteral | int 100 | builtin-class int |
| d_globals.py:101 | g1_17 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:101 | g2_17 = ScopeEntryDefinition | int 102 | builtin-class int |
| d_globals.py:101 | g3_18 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:101 | g4_19 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:101 | otherInner_0 = FunctionExpr | Function otherInner | builtin-class function |
| d_globals.py:104 | g1_15 = CallsiteRefinement(g1_14) | NoneType None | builtin-class NoneType |
| d_globals.py:104 | g2_15 = CallsiteRefinement(g2_14) | int 102 | builtin-class int |
| d_globals.py:104 | g3_16 = CallsiteRefinement(g3_15) | NoneType None | builtin-class NoneType |
| d_globals.py:104 | g4_17 = CallsiteRefinement(g4_16) | NoneType None | builtin-class NoneType |
| d_globals.py:104 | glob_15 = CallsiteRefinement(glob_14) | int 100 | builtin-class int |
| d_globals.py:107 | g1_18 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:107 | g2_18 = ScopeEntryDefinition | int 102 | builtin-class int |
| d_globals.py:107 | g3_19 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:107 | g4_20 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:107 | redefine_1 = FunctionExpr | Function redefine | builtin-class function |
| d_globals.py:110 | z_19 = IntegerLiteral | int 1 | builtin-class int |
| d_globals.py:113 | glob_19 = IntegerLiteral | int 50 | builtin-class int |
| d_globals.py:118 | D_1 = ClassExpr | class D | builtin-class type |
| d_globals.py:120 | __init___0 = FunctionExpr | Function __init__ | builtin-class function |
| d_globals.py:120 | g1_19 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:120 | g2_19 = ScopeEntryDefinition | int 102 | builtin-class int |
| d_globals.py:120 | g3_20 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:120 | g4_21 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:120 | self_0 = ParameterDefinition | self | class D |
| d_globals.py:123 | dict_3 = ScopeEntryDefinition | int 7 | builtin-class int |
| d_globals.py:123 | foo_0 = FunctionExpr | Function foo | builtin-class function |
| d_globals.py:123 | g1_20 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:123 | g2_20 = ScopeEntryDefinition | int 102 | builtin-class int |
| d_globals.py:123 | g3_21 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:123 | g4_22 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:123 | self_0 = ParameterDefinition | self | class D |
| d_globals.py:126 | g1_21 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:126 | g2_21 = ScopeEntryDefinition | int 102 | builtin-class int |
| d_globals.py:126 | g3_22 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:126 | g4_23 = ScopeEntryDefinition | NoneType None | builtin-class NoneType |
| d_globals.py:126 | use_list_attribute_1 = FunctionExpr | Function use_list_attribute | builtin-class function |
| d_globals.py:127 | l_0 = List | List | builtin-class list |
| d_globals.py:128 | g1_22 = CallsiteRefinement(g1_21) | NoneType None | builtin-class NoneType |
| d_globals.py:128 | g2_22 = CallsiteRefinement(g2_21) | int 102 | builtin-class int |
| d_globals.py:128 | g3_23 = CallsiteRefinement(g3_22) | NoneType None | builtin-class NoneType |
| d_globals.py:128 | g4_24 = CallsiteRefinement(g4_23) | NoneType None | builtin-class NoneType |
| d_globals.py:128 | l_1 = ArgumentRefinement(l_0) | List | builtin-class list |
| e_temporal.py:0 | __name___0 = ScopeEntryDefinition | 'code.e_temporal' | builtin-class str |
| e_temporal.py:2 | sys_0 = ImportExpr | Module sys | builtin-class module |
| e_temporal.py:4 | f_0 = FunctionExpr | Function f | builtin-class function |
| e_temporal.py:4 | sys_1 = ScopeEntryDefinition | Module sys | builtin-class module |
| e_temporal.py:9 | arg_0 = ParameterDefinition | int 1 | builtin-class int |
| e_temporal.py:9 | g_0 = FunctionExpr | Function g | builtin-class function |
| e_temporal.py:12 | x_1 = g() | int 1 | builtin-class int |
| g_class_init.py:0 | __name___0 = ScopeEntryDefinition | 'code.g_class_init' | builtin-class str |
| g_class_init.py:3 | C_0 = ClassExpr | class C | builtin-class type |
| g_class_init.py:5 | __init___0 = FunctionExpr | Function __init__ | builtin-class function |
| g_class_init.py:5 | self_0 = ParameterDefinition | self | class C |
| g_class_init.py:6 | self_1 = SelfCallsiteRefinement(self_0) | self | class C |
| g_class_init.py:7 | self_2 = AttributeAssignment 'x'(self_1) | self | class C |
| g_class_init.py:9 | _init_0 = FunctionExpr | Function _init | builtin-class function |
| g_class_init.py:9 | self_0 = ParameterDefinition | self | class C |
| g_class_init.py:10 | self_1 = AttributeAssignment 'y'(self_0) | self | class C |
| g_class_init.py:11 | self_2 = SelfCallsiteRefinement(self_1) | self | class C |
| g_class_init.py:13 | _init2_0 = FunctionExpr | Function _init2 | builtin-class function |
| g_class_init.py:13 | self_0 = ParameterDefinition | self | class C |
| g_class_init.py:14 | self_1 = AttributeAssignment 'z'(self_0) | self | class C |
| g_class_init.py:16 | method_0 = FunctionExpr | Function method | builtin-class function |
| g_class_init.py:16 | self_0 = ParameterDefinition | self | class C |
| g_class_init.py:19 | self_1 = Pi(self_0) [true] | self | class C |
| g_class_init.py:20 | self_2 = Pi(self_0) [false] | self | class C |
| g_class_init.py:20 | self_3 = phi(self_1, self_2) | self | class C |
| g_class_init.py:24 | Oddities_0 = ClassExpr | class Oddities | builtin-class type |
| g_class_init.py:26 | int_1 = int | builtin-class int | builtin-class type |
| g_class_init.py:27 | float_1 = float | builtin-class float | builtin-class type |
| g_class_init.py:28 | l_0 = len | Builtin-function len | builtin-class builtin_function_or_method |
| g_class_init.py:29 | h_0 = hash | Builtin-function hash | builtin-class builtin_function_or_method |
| g_class_init.py:32 | D_0 = ClassExpr | class D | builtin-class type |
| g_class_init.py:34 | D_1 = ScopeEntryDefinition | class D | builtin-class type |
| g_class_init.py:34 | __init___0 = FunctionExpr | Function __init__ | builtin-class function |
| g_class_init.py:34 | self_0 = ParameterDefinition | self | class D |
| g_class_init.py:35 | D_2 = ArgumentRefinement(D_1) | class D | builtin-class type |
| g_class_init.py:42 | V2_0 = StringLiteral | 'v2' | builtin-class str |
| g_class_init.py:43 | V3_0 = StringLiteral | 'v3' | builtin-class str |
| g_class_init.py:45 | E_0 = ClassExpr | class E | builtin-class type |
| g_class_init.py:46 | V2_1 = ScopeEntryDefinition | 'v2' | builtin-class str |
| g_class_init.py:46 | V3_1 = ScopeEntryDefinition | 'v3' | builtin-class str |
| g_class_init.py:46 | __init___0 = FunctionExpr | Function __init__ | builtin-class function |
| g_class_init.py:46 | self_0 = ParameterDefinition | self | class E |
| g_class_init.py:46 | self_3 = phi(self_1, self_2) | self | class E |
| g_class_init.py:48 | self_1 = AttributeAssignment 'version'(self_0) | self | class E |
| g_class_init.py:50 | self_2 = AttributeAssignment 'version'(self_0) | self | class E |
| g_class_init.py:52 | V2_2 = ScopeEntryDefinition | 'v2' | builtin-class str |
| g_class_init.py:52 | meth_0 = FunctionExpr | Function meth | builtin-class function |
| g_class_init.py:52 | self_0 = ParameterDefinition | self | class E |
| g_class_init.py:52 | self_2 = Pi(self_0) [false] | self | class E |
| g_class_init.py:52 | self_3 = phi(self_1, self_2) | self | class E |
| g_class_init.py:54 | self_1 = Pi(self_0) [true] | self | class E |
| j_convoluted_imports.py:0 | __name___0 = ScopeEntryDefinition | 'code.j_convoluted_imports' | builtin-class str |
| j_convoluted_imports.py:3 | module_0 = ImportMember | Function module | builtin-class function |
| j_convoluted_imports.py:6 | x_0 = ImportMember | Module code.package.x | builtin-class module |
| j_convoluted_imports.py:9 | C_0 = ClassExpr | class C | builtin-class type |
| j_convoluted_imports.py:11 | module2_0 = ImportMember | int 7 | builtin-class int |
| j_convoluted_imports.py:13 | f_0 = FunctionExpr | Function f | builtin-class function |
| j_convoluted_imports.py:13 | self_0 = ParameterDefinition | self | class C |
| j_convoluted_imports.py:14 | x_0 = ImportMember | Module code.package.x | builtin-class module |
| j_convoluted_imports.py:16 | moduleX_0 = ImportMember | Module code.package.moduleX | builtin-class module |
| j_convoluted_imports.py:20 | C_1 = ImportStarRefinement(C_0) | class C | builtin-class type |
| j_convoluted_imports.py:20 | __name___1 = ImportStarRefinement(__name___0) | 'code.j_convoluted_imports' | builtin-class str |
| j_convoluted_imports.py:20 | moduleX_1 = ImportStarRefinement(moduleX_0) | Module code.package.moduleX | builtin-class module |
| j_convoluted_imports.py:20 | module_1 = ImportStarRefinement(module_0) | Function module | builtin-class function |
| j_convoluted_imports.py:20 | p_1 = ImportStarRefinement(p_0) | int 1 | builtin-class int |
| j_convoluted_imports.py:20 | q_1 = ImportStarRefinement(q_0) | int 2 | builtin-class int |
| j_convoluted_imports.py:20 | r_1 = ImportStarRefinement(r_0) | int 3 | builtin-class int |
| j_convoluted_imports.py:20 | x_1 = ImportStarRefinement(x_0) | Module code.package.x | builtin-class module |
| j_convoluted_imports.py:22 | C_2 = ImportStarRefinement(C_0) | class C | builtin-class type |
| j_convoluted_imports.py:22 | __name___2 = ImportStarRefinement(__name___0) | 'code.j_convoluted_imports' | builtin-class str |
| j_convoluted_imports.py:22 | moduleX_2 = ImportStarRefinement(moduleX_0) | Module code.package.moduleX | builtin-class module |
| j_convoluted_imports.py:22 | module_2 = ImportStarRefinement(module_0) | Function module | builtin-class function |
| j_convoluted_imports.py:22 | r_2 = ImportStarRefinement(r_0) | Dict | builtin-class dict |
| j_convoluted_imports.py:22 | x_2 = ImportStarRefinement(x_0) | Module code.package.x | builtin-class module |
| j_convoluted_imports.py:23 | C_3 = phi(C_1, C_2) | class C | builtin-class type |
| j_convoluted_imports.py:23 | __name___3 = phi(__name___1, __name___2) | 'code.j_convoluted_imports' | builtin-class str |
| j_convoluted_imports.py:23 | moduleX_3 = phi(moduleX_1, moduleX_2) | Module code.package.moduleX | builtin-class module |
| j_convoluted_imports.py:23 | module_3 = phi(module_1, module_2) | Function module | builtin-class function |
| j_convoluted_imports.py:23 | p_3 = phi(p_1, p_2) | int 1 | builtin-class int |
| j_convoluted_imports.py:23 | q_3 = phi(q_1, q_2) | int 2 | builtin-class int |
| j_convoluted_imports.py:23 | r_3 = phi(r_1, r_2) | Dict | builtin-class dict |
| j_convoluted_imports.py:23 | r_3 = phi(r_1, r_2) | int 3 | builtin-class int |
| j_convoluted_imports.py:23 | x_3 = phi(x_1, x_2) | Module code.package.x | builtin-class module |
| m_attributes.py:0 | __name___0 = ScopeEntryDefinition | 'code.m_attributes' | builtin-class str |
| m_attributes.py:3 | C_0 = ClassExpr | class C | builtin-class type |
| m_attributes.py:5 | __init___0 = FunctionExpr | Function __init__ | builtin-class function |
| m_attributes.py:5 | a_0 = ParameterDefinition | int 17 | builtin-class int |
| m_attributes.py:5 | a_0 = ParameterDefinition | int 100 | builtin-class int |
| m_attributes.py:5 | self_0 = ParameterDefinition | self | class C |
| m_attributes.py:6 | self_1 = AttributeAssignment 'a'(self_0) | self | class C |
| m_attributes.py:8 | foo_0 = FunctionExpr | Function foo | builtin-class function |
| m_attributes.py:8 | other_0 = ParameterDefinition | C() | class C |
| m_attributes.py:8 | self_0 = ParameterDefinition | C() | class C |
| m_attributes.py:8 | self_0 = ParameterDefinition | self | class C |
| n_nesting.py:0 | __name___0 = ScopeEntryDefinition | 'code.n_nesting' | builtin-class str |
| n_nesting.py:8 | C_0 = ScopeEntryDefinition | int 1 | builtin-class int |
| n_nesting.py:8 | compile_ops_0 = ParameterDefinition | bool True | builtin-class bool |
| n_nesting.py:8 | foo_0 = FunctionExpr | Function foo | builtin-class function |
| n_nesting.py:9 | C_1 = CallsiteRefinement(C_0) | int 1 | builtin-class int |
| n_nesting.py:10 | C_5 = ScopeEntryDefinition | int 1 | builtin-class int |
| n_nesting.py:10 | inner_0 = FunctionExpr | Function inner | builtin-class function |
| n_nesting.py:11 | C_6 = CallsiteRefinement(C_5) | int 1 | builtin-class int |
| n_nesting.py:13 | C_7 = ScopeEntryDefinition | int 1 | builtin-class int |
| n_nesting.py:13 | compile_ops_3 = Pi(compile_ops_0) [false] | bool True | builtin-class bool |
| n_nesting.py:13 | inner_1 = FunctionExpr | Function inner | builtin-class function |
| n_nesting.py:14 | C_8 = CallsiteRefinement(C_7) | int 1 | builtin-class int |
| n_nesting.py:15 | attrs_0 = Dict | Dict | builtin-class dict |
| n_nesting.py:16 | compile_ops_5 = phi(compile_ops_1, compile_ops_3) | bool True | builtin-class bool |
| n_nesting.py:16 | inner_2 = phi(inner_0, inner_1) | Function inner | builtin-class function |
| n_nesting.py:22 | C_9 = ScopeEntryDefinition | int 1 | builtin-class int |
| n_nesting.py:22 | f1_0 = FunctionExpr | Function f1 | builtin-class function |
| n_nesting.py:23 | C_10 = AttributeAssignment 'flag'(C_9) | int 1 | builtin-class int |
| n_nesting.py:24 | C_11 = ScopeEntryDefinition | class C | builtin-class type |
| n_nesting.py:24 | C_11 = ScopeEntryDefinition | int 1 | builtin-class int |
| n_nesting.py:24 | f1_1 = ScopeEntryDefinition | Function f1 | builtin-class function |
| n_nesting.py:24 | f2_0 = FunctionExpr | Function f2 | builtin-class function |
| n_nesting.py:25 | C_12 = CallsiteRefinement(C_11) | class C | builtin-class type |
| n_nesting.py:25 | C_12 = CallsiteRefinement(C_11) | int 1 | builtin-class int |
| n_nesting.py:26 | C_13 = ScopeEntryDefinition | class C | builtin-class type |
| n_nesting.py:26 | C_13 = ScopeEntryDefinition | int 1 | builtin-class int |
| n_nesting.py:26 | f2_1 = ScopeEntryDefinition | Function f2 | builtin-class function |
| n_nesting.py:26 | f3_0 = FunctionExpr | Function f3 | builtin-class function |
| n_nesting.py:27 | C_14 = CallsiteRefinement(C_13) | class C | builtin-class type |
| n_nesting.py:27 | C_14 = CallsiteRefinement(C_13) | int 1 | builtin-class int |
| n_nesting.py:28 | C_15 = ScopeEntryDefinition | class C | builtin-class type |
| n_nesting.py:28 | C_15 = ScopeEntryDefinition | int 1 | builtin-class int |
| n_nesting.py:28 | f3_1 = ScopeEntryDefinition | Function f3 | builtin-class function |
| n_nesting.py:28 | f4_0 = FunctionExpr | Function f4 | builtin-class function |
| n_nesting.py:29 | C_16 = CallsiteRefinement(C_15) | class C | builtin-class type |
| n_nesting.py:29 | C_16 = CallsiteRefinement(C_15) | int 1 | builtin-class int |
| n_nesting.py:30 | C_2 = ClassExpr | class C | builtin-class type |
| n_nesting.py:31 | C_3 = CallsiteRefinement(C_2) | class C | builtin-class type |
| n_nesting.py:32 | D_1 = ClassExpr | class D | builtin-class type |
| n_nesting.py:34 | C_4 = IntegerLiteral | int 1 | builtin-class int |
| q_super.py:0 | __name___0 = ScopeEntryDefinition | 'code.q_super' | builtin-class str |
| q_super.py:1 | Base2_0 = ClassExpr | class Base2 | builtin-class type |
| q_super.py:3 | Base2_1 = ScopeEntryDefinition | class Base2 | builtin-class type |
| q_super.py:3 | __init___0 = FunctionExpr | Function __init__ | builtin-class function |
| q_super.py:3 | self_0 = ParameterDefinition | self | class Base2 |
| q_super.py:3 | self_0 = ParameterDefinition | self | class Derived4 |
| q_super.py:8 | Derived4_0 = ClassExpr | class Derived4 | builtin-class type |
| q_super.py:10 | Base2_2 = ScopeEntryDefinition | class Base2 | builtin-class type |
| q_super.py:10 | Derived4_1 = ScopeEntryDefinition | class Derived4 | builtin-class type |
| q_super.py:10 | __init___0 = FunctionExpr | Function __init__ | builtin-class function |
| q_super.py:10 | self_0 = ParameterDefinition | self | class Derived4 |
| q_super.py:14 | Base1_0 = ClassExpr | class Base1 | builtin-class type |
| q_super.py:16 | meth_0 = FunctionExpr | Function meth | builtin-class function |
| q_super.py:16 | self_0 = ParameterDefinition | self | class Base1 |
| q_super.py:16 | self_0 = ParameterDefinition | self | class Derived1 |
| q_super.py:16 | self_0 = ParameterDefinition | self | class Derived2 |
| q_super.py:16 | self_0 = ParameterDefinition | self | class Derived5 |
| q_super.py:16 | self_0 = ParameterDefinition | self | class Wrong1 |
| q_super.py:19 | Derived1_0 = ClassExpr | class Derived1 | builtin-class type |
| q_super.py:21 | Derived1_1 = ScopeEntryDefinition | class Derived1 | builtin-class type |
| q_super.py:21 | meth_0 = FunctionExpr | Function meth | builtin-class function |
| q_super.py:21 | self_0 = ParameterDefinition | self | class Derived1 |
| q_super.py:21 | self_0 = ParameterDefinition | self | class Derived2 |
| q_super.py:21 | self_0 = ParameterDefinition | self | class Derived5 |
| q_super.py:21 | self_0 = ParameterDefinition | self | class Wrong1 |
| q_super.py:24 | Derived2_0 = ClassExpr | class Derived2 | builtin-class type |
| q_super.py:26 | Derived2_1 = ScopeEntryDefinition | class Derived2 | builtin-class type |
| q_super.py:26 | meth_0 = FunctionExpr | Function meth | builtin-class function |
| q_super.py:26 | self_0 = ParameterDefinition | self | class Derived2 |
| q_super.py:26 | self_0 = ParameterDefinition | self | class Wrong1 |
| q_super.py:29 | Derived5_0 = ClassExpr | class Derived5 | builtin-class type |
| q_super.py:31 | Derived5_1 = ScopeEntryDefinition | class Derived5 | builtin-class type |
| q_super.py:31 | meth_0 = FunctionExpr | Function meth | builtin-class function |
| q_super.py:31 | self_0 = ParameterDefinition | self | class Derived5 |
| q_super.py:35 | Wrong1_0 = ClassExpr | class Wrong1 | builtin-class type |
| q_super.py:37 | Derived5_2 = ScopeEntryDefinition | class Derived5 | builtin-class type |
| q_super.py:37 | meth_0 = FunctionExpr | Function meth | builtin-class function |
| q_super.py:37 | self_0 = ParameterDefinition | self | class Wrong1 |
| q_super.py:41 | DA_0 = ClassExpr | class DA | builtin-class type |
| q_super.py:43 | __init___0 = FunctionExpr | Function __init__ | builtin-class function |
| q_super.py:43 | self_0 = ParameterDefinition | self | class DA |
| q_super.py:43 | self_0 = ParameterDefinition | self | class DC |
| q_super.py:43 | self_0 = ParameterDefinition | self | class DD |
| q_super.py:43 | self_0 = ParameterDefinition | self | class DF |
| q_super.py:46 | DA_1 = ScopeEntryDefinition | class DA | builtin-class type |
| q_super.py:46 | DB_0 = ClassExpr | class DB | builtin-class type |
| q_super.py:48 | DC_0 = ClassExpr | class DC | builtin-class type |
| q_super.py:50 | DB_1 = ScopeEntryDefinition | class DB | builtin-class type |
| q_super.py:50 | __init___0 = FunctionExpr | Function __init__ | builtin-class function |
| q_super.py:50 | self_0 = ParameterDefinition | self | class DC |
| q_super.py:55 | DD_0 = ClassExpr | class DD | builtin-class type |
| q_super.py:57 | DD_1 = ScopeEntryDefinition | class DD | builtin-class type |
| q_super.py:57 | __init___0 = FunctionExpr | Function __init__ | builtin-class function |
| q_super.py:57 | self_0 = ParameterDefinition | self | class DD |
| q_super.py:61 | DA_2 = ScopeEntryDefinition | class DA | builtin-class type |
| q_super.py:61 | DE_0 = ClassExpr | class DE | builtin-class type |
| q_super.py:63 | DF_0 = ClassExpr | class DF | builtin-class type |
| q_super.py:65 | DE_1 = ScopeEntryDefinition | class DE | builtin-class type |
| q_super.py:65 | __init___0 = FunctionExpr | Function __init__ | builtin-class function |
| q_super.py:65 | self_0 = ParameterDefinition | self | class DF |
| q_super.py:68 | N_0 = ClassExpr | class N | builtin-class type |
| q_super.py:71 | M_0 = ClassExpr | class M | builtin-class type |
| q_super.py:73 | M_1 = ScopeEntryDefinition | class M | builtin-class type |
| q_super.py:73 | __init___0 = FunctionExpr | Function __init__ | builtin-class function |
| q_super.py:73 | self_0 = ParameterDefinition | self | class M |
| s_scopes.py:0 | __name___0 = ScopeEntryDefinition | 'code.s_scopes' | builtin-class str |
| s_scopes.py:4 | float_1 = True | bool True | builtin-class bool |
| s_scopes.py:5 | float_2 = phi(float_0, float_1) | bool True | builtin-class bool |
| s_scopes.py:7 | C2_0 = ClassExpr | class C2 | builtin-class type |
| s_scopes.py:7 | float_3 = ScopeEntryDefinition | bool True | builtin-class bool |
| s_scopes.py:9 | i1_0 = int | builtin-class int | builtin-class type |
| s_scopes.py:10 | f1_0 = float | bool True | builtin-class bool |
| s_scopes.py:10 | f1_0 = float | builtin-class float | builtin-class type |
| s_scopes.py:12 | int_1 = IntegerLiteral | int 0 | builtin-class int |
| s_scopes.py:15 | str_1 = FloatLiteral | float 1.0 | builtin-class float |
| s_scopes.py:17 | float_1 = None | NoneType None | builtin-class NoneType |
| s_scopes.py:18 | float_2 = phi(float_0, float_1) | NoneType None | builtin-class NoneType |
| s_scopes.py:18 | i2_0 = int | int 0 | builtin-class int |
| s_scopes.py:18 | str_2 = phi(str_0, str_1) | float 1.0 | builtin-class float |
| s_scopes.py:19 | s_0 = str | builtin-class str | builtin-class type |
| s_scopes.py:19 | s_0 = str | float 1.0 | builtin-class float |
| s_scopes.py:20 | f2_0 = float | NoneType None | builtin-class NoneType |
| s_scopes.py:20 | f2_0 = float | bool True | builtin-class bool |
| s_scopes.py:20 | f2_0 = float | builtin-class float | builtin-class type |
| s_scopes.py:23 | i_0 = int | builtin-class int | builtin-class type |
| s_scopes.py:24 | f_0 = float | bool True | builtin-class bool |
| s_scopes.py:24 | f_0 = float | builtin-class float | builtin-class type |