cpyquickhelper.io

cpyquickhelper.io.capture_output (function_to_call, lang = ‘py’)

Catch standard output and error for function function_to_call. If lang is ‘py’, calls capture_output_py or capture_output_c() if lang is ‘c’.

cpyquickhelper.io.stdchelper.cprint (args)

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