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

Method si_prefix

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

Source from the content-addressed store, hash-verified

260
261 # Prefix
262 def si_prefix(self, value):
263 self._validate_named(value, Prefix)
264
265 self._prefix = value
266 return self
267
268 def to_plotly_json(self):
269 f = {}

Callers

nothing calls this directly

Calls 1

_validate_namedMethod · 0.95

Tested by

no test coverage detected