![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
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 | |
A context manager that enables an alternative screen. See :meth:`~rich.console.Console.screen` for usage.
| 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.