Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
W
Function · 0.45
plotly.min.js
File · 0.45
T
Function · 0.45
Calls
1
_validate_named
Method · 0.95
Tested by
no test coverage detected