Method: rich.containers.Renderables.__rich_console__
Calls: 40, Exceptions: 0, Paths: 1Back
Path 1: 40 calls (1.0)
Console (40)
ConsoleOptions (40)
None (40) Paragraph (21) Text (17) Traceback (5) Styled (1) NewLine (1) Pretty (1) Panel (1) Align (1) CodeBlock (1)
1def __rich_console__(
2 self, console: "Console", options: "ConsoleOptions"
3 ) -> "RenderResult":
4 """Console render method to insert line-breaks."""
5 yield from self._renderables