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

Method align

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

Source from the content-addressed store, hash-verified

126
127 # Specifier
128 def align(self, value):
129 self._validate_named(value, Align)
130
131 self._specifier["align"] = value
132 return self
133
134 def fill(self, value):
135 self._validate_char(value)

Callers 3

WFunction · 0.45
plotly.min.jsFile · 0.45
TFunction · 0.45

Calls 1

_validate_namedMethod · 0.95

Tested by

no test coverage detected