Searched refs:is_normal (Results 1 – 6 of 6) sorted by relevance
375 bool is_normal = (end != std::find( in IsDesktopElement() local377 return !is_normal; in IsDesktopElement()
743 bool is_normal = (end != std::find( in IsDesktopElement() local745 return !is_normal; in IsDesktopElement()
1935 d = c.is_normal(Decimal(10))1936 self.assertEqual(c.is_normal(10), d)1937 self.assertRaises(TypeError, c.is_normal, '10')
3029 def is_normal(self, context=None): member in Decimal4376 def is_normal(self, a): member in Context4397 return a.is_normal(context=self)
607 .. method:: is_normal()1246 .. method:: is_normal(x)
7866 - Issue #7099: Decimal.is_normal now returns True for numbers with exponent