目录
Rich 可渲染对象的抽象基类。
注意,无需扩展此类,其意图用途是检查对象是否支持 Rich 可渲染协议。例如
if isinstance(my_object, RichRenderable): console.print(my_object)