simplify

tests/augassign.py

18:af353c35b70b
2006-07-17 paulb Made function subprogram names originate from the AST nodes which defined them. Introduced proper class definition subprograms, along with separate structure nodes.
     1 a += b     2 a.b += c     3 a.b().c += d     4 a[b:c] += d     5 a.b[c:] += d     6 a[b] += c     7 a[b,c] += d