MCPcopy
hub / github.com/Textualize/rich / get_background_style

Method get_background_style

rich/syntax.py:136–138  ·  view source on GitHub ↗

Get the background color.

(self)

Source from the content-addressed store, hash-verified

134
135 @abstractmethod
136 def get_background_style(self) -> Style:
137 """Get the background color."""
138 raise NotImplementedError # pragma: no cover
139
140
141class PygmentsSyntaxTheme(SyntaxTheme):

Callers 3

__rich_console__Method · 0.45
_get_base_styleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected