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

Method scheme

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

Source from the content-addressed store, hash-verified

168 return self
169
170 def scheme(self, value):
171 self._validate_named(value, Scheme)
172
173 self._specifier["type"] = value
174 return self
175
176 def sign(self, value):
177 self._validate_named(value, Sign)

Callers

nothing calls this directly

Calls 1

_validate_namedMethod · 0.95

Tested by

no test coverage detected