module documentation

This module contains function to work with rich objects.

Function richToString Convert a rich object to a string.
def richToString(obj: JupyterMixin, width: int | None = None) -> str: ΒΆ

Convert a rich object to a string.

Parameters
obj:JupyterMixinThe rich object to convert.
width:int | NoneOptional width for the console output. If not provided, the default width is used.
Returns
strA string representation of the rich object.