Home
last modified time | relevance | path

Searched refs:captured_stdin (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_pydoc.py605 with test.test_support.temp_cwd(), test.test_support.captured_stdin():
Dtest_test_support.py319 with support.captured_stdin() as stdin:
Dtest_xmlrpc.py997 test_support.captured_stdin() as data_in:
/external/python/cpython3/Lib/test/
Dtest_support.py316 with support.captured_stdin() as stdin:
Dtest_xmlrpc.py1334 support.captured_stdin() as data_in:
/external/python/cpython2/Lib/test/support/
D__init__.py1234 def captured_stdin(): function
/external/python/cpython3/Doc/library/
Dtest.rst624 .. function:: captured_stdin()
641 with captured_stdin() as stdin:
/external/python/cpython3/Lib/test/support/
D__init__.py1520 def captured_stdin(): function