MCPcopy Index your code
hub / github.com/plotly/dash / padding_width

Method padding_width

dash/dash_table/Format.py:158–162  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

156 return self
157
158 def padding_width(self, value):
159 self._validate_non_negative_integer_or_none(value)
160
161 self._specifier["width"] = value if value is not None else ""
162 return self
163
164 def precision(self, value):
165 self._validate_non_negative_integer_or_none(value)

Callers

nothing calls this directly

Tested by

no test coverage detected