Home
last modified time | relevance | path

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/
Dtest_decimal.py2184 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/
Ddecimal.py5320 def to_sci_string(self, a): member in Context