Searched refs:redirect_stdout (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython3/Lib/
H A Dwebbrowser.py174 redirect_stdout = True variable in class:UnixBrowser
202 stdout=(self.redirect_stdout and inout or None),
312 redirect_stdout = False variable in class:Elinks
H A Dcontextlib.py8 "ContextDecorator", "ExitStack", "redirect_stdout",
206 class redirect_stdout(_RedirectStream): class in inherits:_RedirectStream
210 with redirect_stdout(sys.stderr):
215 with redirect_stdout(f):
/external/python/cpython2/Lib/
H A Dwebbrowser.py213 redirect_stdout = True variable in class:UnixBrowser
237 stdout=(self.redirect_stdout and inout or None),
341 redirect_stdout = False variable in class:Elinks
/external/python/cpython3/Lib/test/
H A Dtest_contextlib.py892 redirect_stream = redirect_stdout
H A Dtest_dis.py333 with contextlib.redirect_stdout(output):

Completed in 152 milliseconds