Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ sign
Method
sign
components/dash-table/dash_table_base/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
3
test_complex_and_valid_in_fluent
Method · 0.45
test_valid_sign_string
Method · 0.45
test_valid_sign_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_sign_string
Method · 0.36
test_valid_sign_named
Method · 0.36