mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 12:14:37 +07:00
Add PyNeverType and integrate it in PyTypeAssertionEvaluator GitOrigin-RevId: 3db5224bfbf559f6d1bb146fd72c6cc6a97c4598
18 lines
561 B
Plaintext
18 lines
561 B
Plaintext
0(1) element: null
|
|
1(2) element: PyMatchStatement
|
|
2(3,14) refutable pattern: [x]
|
|
3(4) WRITE ACCESS: x
|
|
4(5) matched pattern: [x]
|
|
5(6) element: PyBinaryExpression
|
|
6(7,8) READ ACCESS: x
|
|
7(14) element: null. Condition: x > 0:false
|
|
8(9) element: null. Condition: x > 0:true
|
|
9(10,11) READ ACCESS: x
|
|
10(14) element: null. Condition: x % 2 == 0:false
|
|
11(12) element: null. Condition: x % 2 == 0:true
|
|
12(13) element: PyExpressionStatement
|
|
13(15) READ ACCESS: y
|
|
14(15) ASSERTTYPE ACCESS: null
|
|
15(16) element: PyExpressionStatement
|
|
16(17) READ ACCESS: z
|
|
17() element: null |