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.SegmentLines Class Reference

Public Member Functions

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

Public Attributes

 lines
 
 new_lines
 

Constructor & Destructor Documentation

◆ __init__()

None pip._vendor.rich.segment.SegmentLines.__init__ (   self,
Iterable[List[Segment]]  lines,
bool   new_lines = False 
)
A simple renderable containing a number of lines of segments. May be used as an intermediate
in rendering process.

Args:
    lines (Iterable[List[Segment]]): Lists of segments forming lines.
    new_lines (bool, optional): Insert new lines after each line. Defaults to False.

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