Searched refs:copy_decimal (Results 1 – 3 of 3) sorted by relevance
1851 d = c.copy_decimal(Decimal(-1))1852 self.assertEqual(c.copy_decimal(-1), d)1853 self.assertRaises(TypeError, c.copy_decimal, '-1')
4134 def copy_decimal(self, a): member in Context
1084 .. method:: copy_decimal(num)