HomeSort by relevance Sort by last modified time
    Searched refs:help_io (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/test/
test_pydoc.py 564 with captured_stdout() as help_io:
566 helptext = help_io.getvalue()
780 with captured_stdout() as help_io:
782 result = help_io.getvalue()
792 with captured_stdout() as help_io:
794 result = help_io.getvalue()
    [all...]
  /external/python/cpython2/Lib/test/
test_pydoc.py 523 with captured_stdout() as help_io:
525 helptext = help_io.getvalue()

Completed in 258 milliseconds