Home
last modified time | relevance | path

Searched refs:push_theme (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rich/
H A Dtheme.py86 def push_theme(self, theme: Theme, inherit: bool = True) -> None: member in ThemeStack
H A Dconsole.py313 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 Dtheme.py88 def push_theme(self, theme: Theme, inherit: bool = True) -> None: member in ThemeStack
H A Dconsole.py347 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)