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

Method symbol_suffix

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

Source from the content-addressed store, hash-verified

206 return self
207
208 def symbol_suffix(self, value):
209 self._validate_string(value)
210
211 if "symbol" not in self._locale:
212 self._locale["symbol"] = ["", value]
213 else:
214 self._locale["symbol"][1] = value
215
216 return self
217
218 def decimal_delimiter(self, value):
219 self._validate_char(value)

Callers

nothing calls this directly

Calls 1

_validate_stringMethod · 0.95

Tested by

no test coverage detected