Home | History | Annotate | Download | only in test

Lines Matching refs:orig_ctx

2230         orig_ctx = getcontext()
2234 self.assertIs(orig_ctx, final_ctx, 'did not restore context correctly')
2235 self.assertIsNot(orig_ctx, set_ctx, 'did not copy the context')
2240 orig_ctx = getcontext()
2245 self.assertIs(orig_ctx, final_ctx, 'did not restore context correctly')