rich.styled

class rich.styled.Styled(renderable, style)[source]

将样式应用于可渲染对象。

参数
  • renderable (RenderableType) – 任何可渲染对象。

  • style (StyleType) – 要应用于整个可渲染对象的样式。