Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ symbol
Method
symbol
components/dash-table/dash_table_base/Format.py:182–186 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
180
return
self
181
182
def
symbol(self, value):
183
self._validate_named(value, Symbol)
184
185
self._specifier[
"symbol"
] = value
186
return
self
187
188
def
trim(self, value):
189
if
isinstance(value, bool):
Callers
3
test_complex_and_valid_in_fluent
Method · 0.45
test_valid_symbol_string
Method · 0.45
test_valid_symbol_named
Method · 0.45
Calls
1
_validate_named
Method · 0.95
Tested by
3
test_complex_and_valid_in_fluent
Method · 0.36
test_valid_symbol_string
Method · 0.36
test_valid_symbol_named
Method · 0.36