idmtools.utils.command_line.
suppress_output
Suppress any print/logging from a block of code.
stdout – If True, hide output from stdout; if False, show it.
stderr – If True, hide output from stderr; if False, show it.