Home | History | Annotate | Download | only in test

Lines Matching full:to_sci_string

185                'tosci':'to_sci_string',
322 if fname in ('to_sci_string', 'to_eng_string'):
343 if EXTENDEDERRORTEST and fname not in ('to_sci_string', 'to_eng_string'):
2196 d = c.to_sci_string(Decimal(10))
2197 self.assertEqual(c.to_sci_string(10), d)
2198 self.assertRaises(TypeError, c.to_sci_string, '10')