MCPcopy
hub / github.com/Textualize/rich / __rich_console__

Method __rich_console__

rich/console.py:477–480  ·  view source on GitHub ↗
(
        self, console: "Console", options: "ConsoleOptions"
    )

Source from the content-addressed store, hash-verified

475 return Measurement(options.max_width, options.max_width)
476
477 def __rich_console__(
478 self, console: "Console", options: "ConsoleOptions"
479 ) -> RenderResult:
480 yield from self.renderables
481
482
483def group(fit: bool = True) -> Callable[..., Callable[..., Group]]:

Callers 1

renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected