MCPcopy
hub / github.com/plotly/dash / symbol

Method symbol

dash/dash_table/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

nothing calls this directly

Calls 1

_validate_namedMethod · 0.95

Tested by

no test coverage detected