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

Public Member Functions

None __init__ (self, Union[str, Text] title="", *str characters="─", Union[str, Style] style="rule.line", str end="\n", AlignMethod align="center")
 
str __repr__ (self)
 
RenderResult __rich_console__ (self, Console console, ConsoleOptions options)
 
Measurement __rich_measure__ (self, Console console, ConsoleOptions options)
 

Public Attributes

 title
 
 characters
 
 style
 
 end
 
 align
 

Protected Member Functions

Text _rule_line (self, int chars_len, int width)
 
- 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

A console renderable to draw a horizontal rule (line).

Args:
    title (Union[str, Text], optional): Text to render in the rule. Defaults to "".
    characters (str, optional): Character(s) used to draw the line. Defaults to "─".
    style (StyleType, optional): Style of Rule. Defaults to "rule.line".
    end (str, optional): Character at end of Rule. defaults to "\\\\n"
    align (str, optional): How to align the title, one of "left", "center", or "right". Defaults to "center".

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