Searched refs:to_eng_string (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_decimal.py182 'toeng':'to_eng_string',
322 if fname in ('to_sci_string', 'to_eng_string'):
343 if EXTENDEDERRORTEST and fname not in ('to_sci_string', 'to_eng_string'):
1431 self.assertEqual(type(d.to_eng_string()), str)
1594 checkSameDec("to_eng_string")
2190 d = c.to_eng_string(Decimal(10))
2191 self.assertEqual(c.to_eng_string(10), d)
2192 self.assertRaises(TypeError, c.to_eng_string, '10')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_decimal.py182 'toeng':'to_eng_string',
322 if fname in ('to_sci_string', 'to_eng_string'):
343 if EXTENDEDERRORTEST and fname not in ('to_sci_string', 'to_eng_string'):
1431 self.assertEqual(type(d.to_eng_string()), str)
1594 checkSameDec("to_eng_string")
2190 d = c.to_eng_string(Decimal(10))
2191 self.assertEqual(c.to_eng_string(10), d)
2192 self.assertRaises(TypeError, c.to_eng_string, '10')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddecimal.py1051 def to_eng_string(self, context=None): member in class:Decimal
5340 def to_eng_string(self, a): member in class:Context
5346 return a.to_eng_string(context=self)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddecimal.py1051 def to_eng_string(self, context=None): member in class:Decimal
5340 def to_eng_string(self, a): member in class:Context
5346 return a.to_eng_string(context=self)

Completed in 61 milliseconds