Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ align
Method
align
components/dash-table/dash_table_base/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
test_complex_and_valid_in_fluent
Method · 0.45
test_valid_align_named
Method · 0.45
test_valid_align_string
Method · 0.45
Calls
1
_validate_named
Method · 0.95
Tested by
3
test_complex_and_valid_in_fluent
Method · 0.36
test_valid_align_named
Method · 0.36
test_valid_align_string
Method · 0.36