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

Method sign

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

Source from the content-addressed store, hash-verified

174 return self
175
176 def sign(self, value):
177 self._validate_named(value, Sign)
178
179 self._specifier["sign"] = value
180 return self
181
182 def symbol(self, value):
183 self._validate_named(value, Symbol)

Callers

nothing calls this directly

Calls 1

_validate_namedMethod · 0.95

Tested by

no test coverage detected