ocebuild.cli.console#

CLI Console Utilities.

Module Contents#

Functions#

traceback_wrapper(suppress, **kwargs)

Wraps exception traceback frames and formats a traceback with rich.

Attributes#

START_TIME

The start time of the CLI.

LOGGING_THEME

console_wrapper

A wrapper for initializing a rich.console Console class instance.

ocebuild.cli.console.START_TIME[source]#

The start time of the CLI.

ocebuild.cli.console.LOGGING_THEME[source]#
ocebuild.cli.console.console_wrapper[source]#

A wrapper for initializing a rich.console Console class instance.

ocebuild.cli.console.traceback_wrapper(suppress: List[any], **kwargs)[source]#

Wraps exception traceback frames and formats a traceback with rich.