Home | History | Annotate | Download | only in test

Lines Matching refs:final_ctx

2221         final_ctx = getcontext()
2222 self.assertIs(orig_ctx, final_ctx, 'did not restore context correctly')
2232 final_ctx = getcontext()
2233 self.assertIs(orig_ctx, final_ctx, 'did not restore context correctly')