Home | History | Annotate | Download | only in test

Lines Matching full:is_normal

166                'isnormal':'is_normal',
196 'is_normal',
1923 d = c.is_normal(Decimal(10))
1924 self.assertEqual(c.is_normal(10), d)
1925 self.assertRaises(TypeError, c.is_normal, '10')