Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Static Protected Attributes | List of all members
pip._vendor.rich.console.RenderHook Class Reference
Inheritance diagram for pip._vendor.rich.console.RenderHook:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.rich.console.RenderHook:
Collaboration graph
[legend]

Public Member Functions

List[ConsoleRenderableprocess_renderables (self, List[ConsoleRenderable] renderables)
 

Static Protected Attributes

Optional _windows_console_features = None
 

Detailed Description

Provides hooks in to the render process.

Member Function Documentation

◆ process_renderables()

List[ConsoleRenderable] pip._vendor.rich.console.RenderHook.process_renderables (   self,
List[ConsoleRenderable]   renderables 
)
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 replacement list of renderables.

Reimplemented in pip._vendor.rich.live.Live.


The documentation for this class was generated from the following file: