mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
PySliceExpression is replaced by PySubscriptionExpression in AST. PySliceItem is returned by PySubscriptionExpression.getIndexExpression(). For that purpose PySliceItem is now a PyExpression of type `builtins.slice`. GitOrigin-RevId: 9aa8de13ef7c51741e248317c5264b3a06ffb9bf
10 lines
275 B
Plaintext
10 lines
275 B
Plaintext
0(1) element: null
|
|
1(2) element: PyAssignmentStatement
|
|
2(3) WRITE ACCESS: foo
|
|
3(4) element: PyDelStatement
|
|
4(5) element: PySubscriptionExpression
|
|
5(6) READ ACCESS: foo
|
|
6(7) element: PyDelStatement
|
|
7(8) element: PySubscriptionExpression
|
|
8(9) READ ACCESS: foo
|
|
9() element: null |