Home | History | Annotate | Download | only in test

Lines Matching refs:ExtendedContext

3953         ExtendedContext = self.decimal.ExtendedContext
3968 extended_context_prec = ExtendedContext.prec
3972 ExtendedContext.prec = 441
3973 for template in BasicContext, ExtendedContext:
3982 ExtendedContext.prec = extended_context_prec
3990 ExtendedContext = self.decimal.ExtendedContext
3998 self.assertEqual(ExtendedContext.prec, 9)