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

Method __set__

rich/syntax.py:239–240  ·  view source on GitHub ↗
(self, obj: Syntax, padding: PaddingDimensions)

Source from the content-addressed store, hash-verified

237 return obj._padding
238
239 def __set__(self, obj: Syntax, padding: PaddingDimensions) -> None:
240 obj._padding = Padding.unpack(padding)
241
242
243class Syntax(JupyterMixin):

Callers

nothing calls this directly

Calls 1

unpackMethod · 0.80

Tested by

no test coverage detected