Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | List of all members
pip._vendor.rich.console.ScreenContext Class Reference

Public Member Functions

None __init__ (self, "Console" console, bool hide_cursor, StyleType style="")
 
None update (self, *RenderableType renderables, Optional[StyleType] style=None)
 
"ScreenContext" __enter__ (self)
 
None __exit__ (self, Optional[Type[BaseException]] exc_type, Optional[BaseException] exc_val, Optional[TracebackType] exc_tb)
 

Public Attributes

 console
 
 hide_cursor
 
 screen
 

Protected Attributes

 _changed
 

Detailed Description

A context manager that enables an alternative screen. See :meth:`~rich.console.Console.screen` for usage.

Member Function Documentation

◆ update()

None pip._vendor.rich.console.ScreenContext.update (   self,
*RenderableType  renderables,
Optional[StyleType]   style = None 
)
Update the screen.

Args:
    renderable (RenderableType, optional): Optional renderable to replace current renderable,
        or None for no change. Defaults to None.
    style: (Style, optional): Replacement style, or None for no change. Defaults to None.

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