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

Method symbol_prefix

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

Source from the content-addressed store, hash-verified

196
197 # Locale
198 def symbol_prefix(self, value):
199 self._validate_string(value)
200
201 if "symbol" not in self._locale:
202 self._locale["symbol"] = [value, ""]
203 else:
204 self._locale["symbol"][0] = value
205
206 return self
207
208 def symbol_suffix(self, value):
209 self._validate_string(value)

Callers

nothing calls this directly

Calls 1

_validate_stringMethod · 0.95

Tested by

no test coverage detected