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

Method group_delimiter

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

Source from the content-addressed store, hash-verified

222 return self
223
224 def group_delimiter(self, value):
225 self._validate_char(value)
226
227 self._locale["group"] = value
228 return self
229
230 def groups(self, groups):
231 groups = (

Callers

nothing calls this directly

Calls 1

_validate_charMethod · 0.95

Tested by

no test coverage detected