mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
17 lines
940 B
Python
17 lines
940 B
Python
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
|
|
. : punctuation.separator.period.python, source.python
|
|
some_list : meta.item-access.python, source.python
|
|
[ : meta.item-access.python, punctuation.definition.arguments.begin.python, source.python
|
|
1 : constant.numeric.dec.python, meta.item-access.arguments.python, meta.item-access.python, source.python
|
|
: : meta.item-access.arguments.python, meta.item-access.python, punctuation.separator.slice.python, source.python
|
|
2 : constant.numeric.dec.python, meta.item-access.arguments.python, meta.item-access.python, source.python
|
|
] : meta.item-access.python, punctuation.definition.arguments.end.python, source.python
|