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

Public Member Functions

None __init__ (self, Iterable[Segment] segments, bool new_lines=False)
 
"RenderResult" __rich_console__ (self, "Console" console, "ConsoleOptions" options)
 

Public Attributes

 segments
 
 new_lines
 

Detailed Description

A simple renderable to render an iterable of segments. This class may be useful if
you want to print segments outside of a __rich_console__ method.

Args:
    segments (Iterable[Segment]): An iterable of segments.
    new_lines (bool, optional): Add new lines between segments. Defaults to False.

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