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

Public Member Functions

None __init__ (self, "Style" default_style)
 
str __repr__ (self)
 
Style current (self)
 
None push (self, Style style)
 
Style pop (self)
 

Detailed Description

A stack of styles.

Member Function Documentation

◆ current()

Style pip._vendor.rich.style.StyleStack.current (   self)
Get the Style at the top of the stack.

◆ pop()

Style pip._vendor.rich.style.StyleStack.pop (   self)
Pop last style and discard.

Returns:
    Style: New current style (also available as stack.current)

◆ push()

None pip._vendor.rich.style.StyleStack.push (   self,
Style  style 
)
Push a new style on to the stack.

Args:
    style (Style): New style to combine with current style.

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