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

Method precision

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

Source from the content-addressed store, hash-verified

162 return self
163
164 def precision(self, value):
165 self._validate_non_negative_integer_or_none(value)
166
167 self._specifier["precision"] = ".{0}".format(value) if value is not None else ""
168 return self
169
170 def scheme(self, value):
171 self._validate_named(value, Scheme)

Callers 5

plotly.min.jsFile · 0.45
NFunction · 0.45
heFunction · 0.45
jFunction · 0.45
YtFunction · 0.45

Calls 2

formatMethod · 0.45

Tested by

no test coverage detected