Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decimal.py1974 d = c.logical_invert(Decimal(1000))
1975 self.assertEqual(c.logical_invert(1000), d)
1976 self.assertRaises(TypeError, c.logical_invert, '1000')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py3265 def logical_invert(self, context=None): member in Decimal
4561 def logical_invert(self, a): member in Context
4578 return a.logical_invert(context=self)