Home | History | Annotate | Download | only in test

Lines Matching refs:copy_negate

203                             'copynegate':'copy_negate',
2747 self.assertRaises(TypeError, D("-1").copy_negate, context=xc)
3018 d = c.copy_negate(Decimal(-1))
3019 self.assertEqual(c.copy_negate(-1), d)
3020 self.assertRaises(TypeError, c.copy_negate, '-1')
4359 z = y.copy_negate()
4495 y = c.copy_negate(x)