Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / src / nas,5.n2.os.2 / lib / python / lib / python2.4 / test / output / test_augassign
CommitLineData
86530b38
AT
1test_augassign
26
3[6]
46
5[1, 2, 3, 4, 1, 2, 3, 4]
6[1, 2, 1, 2, 3]
7True
8True
9True
1011
11True
1212
13True
14True
1513
16__add__ called
17__radd__ called
18__iadd__ called
19__sub__ called
20__rsub__ called
21__isub__ called
22__mul__ called
23__rmul__ called
24__imul__ called
25__div__ called
26__rdiv__ called
27__idiv__ called
28__floordiv__ called
29__rfloordiv__ called
30__ifloordiv__ called
31__mod__ called
32__rmod__ called
33__imod__ called
34__pow__ called
35__rpow__ called
36__ipow__ called
37__or__ called
38__ror__ called
39__ior__ called
40__and__ called
41__rand__ called
42__iand__ called
43__xor__ called
44__rxor__ called
45__ixor__ called
46__rshift__ called
47__rrshift__ called
48__irshift__ called
49__lshift__ called
50__rlshift__ called
51__ilshift__ called