.. _f-stdhelper: module ``io.stdhelper`` ======================= Short summary +++++++++++++ module ``cpyquickhelper.io.stdhelper`` Python wrapper around C functions. :githublink:`%|py|5` Functions +++++++++ +---------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +===========================================================================+===========================================================================================================================================================================================+ | :func:`capture_output ` | Catch standard output and error for function *function_to_call*. If lang is *'py'*, calls :func:`capture_output_py` ... | +---------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`capture_output_c ` | Capture the standard output and error for function *function_to_call*, it wraps C code which catches information ... | +---------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`capture_output_py ` | Capture the standard output and error for function *function_to_call* with function `redirect_stdout `_ ... | +---------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: cpyquickhelper.io.stdhelper :members: :special-members: __init__ :show-inheritance: