Home
last modified time | relevance | path

Searched refs:copy_decimal (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_decimal.py1851 d = c.copy_decimal(Decimal(-1))
1852 self.assertEqual(c.copy_decimal(-1), d)
1853 self.assertRaises(TypeError, c.copy_decimal, '-1')
/external/python/cpython2/Lib/
Ddecimal.py4134 def copy_decimal(self, a): member in Context
/external/python/cpython2/Doc/library/
Ddecimal.rst1084 .. method:: copy_decimal(num)