Searched refs:to_sci_string (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_decimal.py186 'tosci':'to_sci_string',
321 if fname in ('to_sci_string', 'to_eng_string'):
342 if EXTENDEDERRORTEST and fname not in ('to_sci_string', 'to_eng_string'):
2208 d = c.to_sci_string(Decimal(10))
2209 self.assertEqual(c.to_sci_string(10), d)
2210 self.assertRaises(TypeError, c.to_sci_string, '10')
/external/python/cpython2/Lib/
H A Ddecimal.py5368 def to_sci_string(self, a): member in class:Context

Completed in 111 milliseconds