Lines Matching refs:thiscontext
1554 thiscontext = getcontext()1555 thiscontext.prec = 181562 with localcontext(thiscontext) as c3:1579 cls.assertFalse(thiscontext.traps[Underflow])1580 cls.assertTrue(thiscontext.flags[Inexact])1582 cls.assertFalse(thiscontext.flags[sig])