Method: rich.console.ScreenUpdate.__rich_console__
Calls: 4, Exceptions: 0, Paths: 1Back
Path 1: 4 calls (1.0)
Console (4)
ConsoleOptions (4)
Segment (35) Control (16)
1def __rich_console__(
2 self, console: "Console", options: ConsoleOptions
3 ) -> RenderResult:
4 x = self.x
5 move_to = Control.move_to
6 for offset, line in enumerate(self._lines, self.y):
7 yield move_to(x, offset)
8 yield from line