Contents:
is_renderable()
rich_cast()
Check if an object may be rendered by Rich.
check_object (Any)
bool
Cast an object to a renderable by calling __rich__ if present.
renderable (object) – A potentially renderable object
The result of recursively calling __rich__.
object