forked from MagicStack/MagicPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexpr11.py
More file actions
17 lines (13 loc) · 1.13 KB
/
expr11.py
File metadata and controls
17 lines (13 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
a = self.some_list[1:2]
a : source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
self : source.python, variable.language.special.self.python
. : meta.member.access.python, punctuation.separator.period.python, source.python
some_list : meta.indexed-name.python, meta.item-access.python, meta.member.access.python, source.python
[ : meta.item-access.python, meta.member.access.python, punctuation.definition.arguments.begin.python, source.python
1 : constant.numeric.dec.python, meta.item-access.arguments.python, meta.item-access.python, meta.member.access.python, source.python
: : meta.item-access.arguments.python, meta.item-access.python, meta.member.access.python, punctuation.separator.slice.python, source.python
2 : constant.numeric.dec.python, meta.item-access.arguments.python, meta.item-access.python, meta.member.access.python, source.python
] : meta.item-access.python, meta.member.access.python, punctuation.definition.arguments.end.python, source.python