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

Public Member Functions

None __init__ (self, "RenderableType" renderable, Optional[int] width=80)
 
"RenderResult" __rich_console__ (self, "Console" console, "ConsoleOptions" options)
 
"Measurement" __rich_measure__ (self, "Console" console, "ConsoleOptions" options)
 

Public Attributes

 renderable
 
 width
 

Additional Inherited Members

- Protected Member Functions inherited from pip._vendor.rich.jupyter.JupyterMixin
Dict[str, str] _repr_mimebundle_ ("ConsoleRenderable" self, Sequence[str] include, Sequence[str] exclude, **Any kwargs)
 

Detailed Description

Constrain the width of a renderable to a given number of characters.

Args:
    renderable (RenderableType): A renderable object.
    width (int, optional): The maximum width (in characters) to render. Defaults to 80.

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