Searched refs:push_theme (Results 1 – 4 of 4) sorted by relevance
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rich/ |
H A D | theme.py | 86 def push_theme(self, theme: Theme, inherit: bool = True) -> None: member in ThemeStack
|
H A D | console.py | 313 self.console.push_theme(self.theme) 793 def push_theme(self, theme: Theme, *, inherit: bool = True) -> None: 802 self._theme_stack.push_theme(theme, inherit=inherit)
|
/dports/textproc/py-rich/rich-10.16.1/rich/ |
H A D | theme.py | 88 def push_theme(self, theme: Theme, inherit: bool = True) -> None: member in ThemeStack
|
H A D | console.py | 347 self.console.push_theme(self.theme) 859 def push_theme(self, theme: Theme, *, inherit: bool = True) -> None: member in Console 868 self._theme_stack.push_theme(theme, inherit=inherit)
|