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

Method process_renderables

rich/console.py:548–560  ·  view source on GitHub ↗

Called with a list of objects to render. This method can return a new list of renderables, or modify and return the same list. Args: renderables (List[ConsoleRenderable]): A number of renderable objects. Returns: List[ConsoleRenderable]: A replaceme

(
        self, renderables: List[ConsoleRenderable]
    )

Source from the content-addressed store, hash-verified

546
547 @abstractmethod
548 def process_renderables(
549 self, renderables: List[ConsoleRenderable]
550 ) -> List[ConsoleRenderable]:
551 """Called with a list of objects to render.
552
553 This method can return a new list of renderables, or modify and return the same list.
554
555 Args:
556 renderables (List[ConsoleRenderable]): A number of renderable objects.
557
558 Returns:
559 List[ConsoleRenderable]: A replacement list of renderables.
560 """
561
562
563_windows_console_features: Optional["WindowsConsoleFeatures"] = None

Callers 2

printMethod · 0.45
logMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected