module io.stdchelper

Short summary

module cpyquickhelper.io.stdchelper

Helper for IO with C++.

source on GitHub

Functions

function

truncated documentation

begin_capture

Starts capturing the standard output. Signature: def begin_capture():.

cprint

Displays a string on the standard output in C++. Signature: def cprint(*args):.

end_capture

Stops capturing the standard output. Signature: def end_capture():.

get_capture

Gets the captured output. Signature: def get_capture() -> (str, str):.

Documentation

Helper for IO with C++.

cpyquickhelper.io.stdchelper.begin_capture()

Starts capturing the standard output. Signature: def begin_capture():.

cpyquickhelper.io.stdchelper.cprint()

Displays a string on the standard output in C++. Signature: def cprint(*args):.

cpyquickhelper.io.stdchelper.end_capture()

Stops capturing the standard output. Signature: def end_capture():.

cpyquickhelper.io.stdchelper.get_capture()

Gets the captured output. Signature: def get_capture() -> (str, str):.