Searched refs:logical_invert (Results 1 – 2 of 2) sorted by relevance
1974 d = c.logical_invert(Decimal(1000))1975 self.assertEqual(c.logical_invert(1000), d)1976 self.assertRaises(TypeError, c.logical_invert, '1000')
3265 def logical_invert(self, context=None): member in Decimal4561 def logical_invert(self, a): member in Context4578 return a.logical_invert(context=self)