mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
Add PyNeverType and integrate it in PyTypeAssertionEvaluator GitOrigin-RevId: 3db5224bfbf559f6d1bb146fd72c6cc6a97c4598
15 lines
414 B
Plaintext
15 lines
414 B
Plaintext
0(1) element: null
|
|
1(2) element: PyMatchStatement
|
|
2(3,11) refutable pattern: [1 | x]
|
|
3(4) refutable pattern: 1 | x
|
|
4(5,6) refutable pattern: 1
|
|
5(7) matched pattern: 1
|
|
6(7) WRITE ACCESS: x
|
|
7(8) matched pattern: 1 | x
|
|
8(9) matched pattern: [1 | x]
|
|
9(10) element: PyExpressionStatement
|
|
10(12) READ ACCESS: y
|
|
11(12) ASSERTTYPE ACCESS: null
|
|
12(13) element: PyExpressionStatement
|
|
13(14) READ ACCESS: z
|
|
14() element: null |