forked from MagicStack/MagicPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexpr8.py
More file actions
16 lines (13 loc) · 657 Bytes
/
expr8.py
File metadata and controls
16 lines (13 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
assert a or b, 'aaa'
assert : keyword.control.flow.python, source.python
: source.python
a : source.python
: source.python
or : keyword.operator.logical.python, source.python
: source.python
b : source.python
, : punctuation.separator.element.python, source.python
: source.python
' : punctuation.definition.string.begin.python, source.python, string.quoted.single.python
aaa : source.python, string.quoted.single.python
' : punctuation.definition.string.end.python, source.python, string.quoted.single.python