内容
检查对象是否可以被 Rich 渲染。
check_object (Any) –
bool
通过调用 __rich__(如果存在)将对象转换为可渲染对象。
renderable (object) – 一个可能的可渲染对象
递归调用 __rich__ 的结果。
object