Home
last modified time | relevance | path

Searched refs:is_normal (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decimal.py1911 d = c.is_normal(Decimal(10))
1912 self.assertEqual(c.is_normal(10), d)
1913 self.assertRaises(TypeError, c.is_normal, '10')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py3003 def is_normal(self, context=None): member in Decimal
4348 def is_normal(self, a): member in Context
4369 return a.is_normal(context=self)