solorice/vscodium/extensions/magicstack.magicpython-1.1.1/test/expressions/expr2.py
2022-04-28 21:17:01 +03:00

22 lines
582 B
Python

a @= b
a -= c
a ^= d
a : source.python
: source.python
@= : keyword.operator.assignment.python, source.python
: source.python
b : source.python
a : source.python
: source.python
-= : keyword.operator.assignment.python, source.python
: source.python
c : source.python
a : source.python
: source.python
^= : keyword.operator.assignment.python, source.python
: source.python
d : source.python