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

Public Member Functions

None __init__ (self, Theme theme)
 
None push_theme (self, Theme theme, bool inherit=True)
 
None pop_theme (self)
 

Public Attributes

 get
 

Protected Attributes

 _entries
 

Detailed Description

A stack of themes.

Args:
    theme (Theme): A theme instance

Member Function Documentation

◆ pop_theme()

None pip._vendor.rich.theme.ThemeStack.pop_theme (   self)
Pop (and discard) the top-most theme.

◆ push_theme()

None pip._vendor.rich.theme.ThemeStack.push_theme (   self,
Theme  theme,
bool   inherit = True 
)
Push a theme on the top of the stack.

Args:
    theme (Theme): A Theme instance.
    inherit (boolean, optional): Inherit styles from current top of stack.

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