Home | History | Annotate | Download | only in test

Lines Matching refs:stmt

114     def setop_test(self, a, b, res, stmt="a+=b", meth="__iadd__"):
116 exec stmt in d
133 def set2op_test(self, a, b, c, res, stmt="a[b]=c", meth="__setitem__"):
135 exec stmt in d
152 def set3op_test(self, a, b, c, d, res, stmt="a[b:c]=d", meth="__setslice__"):
154 exec stmt in dictionary