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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_decimal.py185 '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'):
2184 d = c.to_sci_string(Decimal(10))
2185 self.assertEqual(c.to_sci_string(10), d)
2186 self.assertRaises(TypeError, c.to_sci_string, '10')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Ddecimal.py5320 def to_sci_string(self, a): member in class:Context

Completed in 52 milliseconds