Home | History | Annotate | Download | only in python2.7

Lines Matching refs:save_stdout

356         save_stdout = sys.stdout
362 sys.stdout = save_stdout
1404 save_stdout = sys.stdout
1406 out = save_stdout.write
1412 # save_stdout, even if that's not the real sys.stdout; this
1415 self.debugger = _OutputRedirectingPdb(save_stdout)
1431 sys.stdout = save_stdout