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
13 lines
352 B
Plaintext
13 lines
352 B
Plaintext
0(1) element: null
|
|
1(2) element: PyMatchStatement
|
|
2(3,9) refutable pattern: [1, *x]
|
|
3(4,9) refutable pattern: 1
|
|
4(5) matched pattern: 1
|
|
5(6) WRITE ACCESS: x
|
|
6(7) matched pattern: [1, *x]
|
|
7(8) element: PyExpressionStatement
|
|
8(10) READ ACCESS: y
|
|
9(10) ASSERTTYPE ACCESS: null
|
|
10(11) element: PyExpressionStatement
|
|
11(12) READ ACCESS: z
|
|
12() element: null |