forked from MagicStack/MagicPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexpr7.py
More file actions
20 lines (16 loc) · 912 Bytes
/
expr7.py
File metadata and controls
20 lines (16 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
a.True = b.False = d.None
a : source.python
. : meta.member.access.python, punctuation.separator.period.python, source.python
True : keyword.illegal.name.python, meta.member.access.python, source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
b : source.python
. : meta.member.access.python, punctuation.separator.period.python, source.python
False : keyword.illegal.name.python, meta.member.access.python, source.python
: source.python
= : keyword.operator.assignment.python, source.python
: source.python
d : source.python
. : meta.member.access.python, punctuation.separator.period.python, source.python
None : keyword.illegal.name.python, meta.member.access.python, source.python