.. _f-stdchelpercpython-39-x8664-linux-gnu: module ``io.stdchelper`` ======================== Short summary +++++++++++++ module ``cpyquickhelper.io.stdchelper`` Helper for IO with C++. :githublink:`%|py|0` Functions +++++++++ +--------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | function | truncated documentation | +====================================================================+===================================================================================+ | :func:`begin_capture ` | Starts capturing the standard output. Signature: *def begin_capture():*. | +--------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | :func:`cprint ` | Displays a string on the standard output in C++. Signature: *def cprint(*args):*. | +--------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | :func:`end_capture ` | Stops capturing the standard output. Signature: *def end_capture():*. | +--------------------------------------------------------------------+-----------------------------------------------------------------------------------+ | :func:`get_capture ` | Gets the captured output. Signature: *def get_capture() -> (str, str):*. | +--------------------------------------------------------------------+-----------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: cpyquickhelper.io.stdchelper :members: :special-members: __init__ :show-inheritance: