Mercurial > python-compiler.rs
view tests/test_parse_files/test_augassign.py @ 41:209eb78135ea
Add a test for AugAssign.
author | Bastien Orivel <eijebong@bananium.fr> |
---|---|
date | Sat, 04 Jun 2016 16:03:25 +0200 |
parents | |
children |
line wrap: on
line source
a += 1 a -= 1 a *= 1 a @= 1 a /= 1 a %= 1 a **= 1 a >>= 1 a |= 1 a ^= 1 a &= 1 a //= 1