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

Method padding

rich/table.py:354–356  ·  view source on GitHub ↗

Get cell padding.

(self)

Source from the content-addressed store, hash-verified

352
353 @property
354 def padding(self) -> Tuple[int, int, int, int]:
355 """Get cell padding."""
356 return self._padding
357
358 @padding.setter
359 def padding(self, padding: PaddingDimensions) -> "Table":

Callers

nothing calls this directly

Calls 1

unpackMethod · 0.80

Tested by

no test coverage detected