simplify

Annotated tests/augassign.py

42:df3d2b28e2ae
2006-08-09 paulb Added tracing of the system state.
paul@2 1
a += b
paul@2 2
a.b += c
paul@2 3
a.b().c += d
paulb@6 4
a[b:c] += d
paulb@6 5
a.b[c:] += d
paulb@10 6
a[b] += c
paulb@10 7
a[b,c] += d