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

Public Member Functions

bool expandable (self)
 
bool check_length (self, int max_length)
 
Iterable["_Line"] expand (self, int indent_size)
 
str __str__ (self)
 

Public Attributes

 whitespace
 
 text
 
 suffix
 

Static Public Attributes

Optional parent = None
 
bool is_root = False
 
Optional node = None
 
str text = ""
 
str suffix = ""
 
str whitespace = ""
 
bool expanded = False
 
bool last = False
 

Detailed Description

A line in repr output.

Member Function Documentation

◆ check_length()

bool pip._vendor.rich.pretty._Line.check_length (   self,
int  max_length 
)
Check this line fits within a given number of cells.

◆ expand()

Iterable["_Line"] pip._vendor.rich.pretty._Line.expand (   self,
int  indent_size 
)
Expand this line by adding children on their own line.

◆ expandable()

bool pip._vendor.rich.pretty._Line.expandable (   self)
Check if the line may be expanded.

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