Home
last modified time | relevance | path

Searched defs:redirect_stdout (Results 1 – 6 of 6) sorted by relevance

/external/python/pybind11/include/pybind11/
Diostream.h164 std::unique_ptr<scoped_ostream_redirect> redirect_stdout; in PYBIND11_NAMESPACE_BEGIN() local
/external/python/pybind11/tests/
Dtest_iostream.py23 def redirect_stdout(target): function
/external/llvm-project/lldb/test/API/python_api/process/io/
DTestProcessIO.py169 def redirect_stdout(self): member in ProcessIOTestCase
/external/python/cpython2/Lib/
Dwebbrowser.py213 redirect_stdout = True variable in UnixBrowser
340 redirect_stdout = False variable in Elinks
/external/python/cpython3/Lib/
Dwebbrowser.py210 redirect_stdout = True variable in UnixBrowser
348 redirect_stdout = False variable in Elinks
Dcontextlib.py324 class redirect_stdout(_RedirectStream): class