Home | History | Annotate | Download | only in codereview

Lines Matching refs:__stdout__

145 	stdout, __stdout__ = sys.stdout, sys.__stdout__
147 sys.stdout, sys.__stdout__ = stdout, __stdout__