Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ scheme
Method
scheme
components/dash-table/dash_table_base/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
3
test_complex_and_valid_in_fluent
Method · 0.45
test_valid_scheme_string
Method · 0.45
test_valid_scheme_named
Method · 0.45
Calls
1
_validate_named
Method · 0.95
Tested by
3
test_complex_and_valid_in_fluent
Method · 0.36
test_valid_scheme_string
Method · 0.36
test_valid_scheme_named
Method · 0.36