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

Method padding

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

Source from the content-addressed store, hash-verified

147 return self
148
149 def padding(self, value):
150 if isinstance(value, bool):
151 value = Padding.yes if value else Padding.no
152
153 self._validate_named(value, Padding)
154
155 self._specifier["padding"] = value
156 return self
157
158 def padding_width(self, value):
159 self._validate_non_negative_integer_or_none(value)

Callers 1

plotly.min.jsFile · 0.45

Calls 1

_validate_namedMethod · 0.95

Tested by

no test coverage detected