Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ si_prefix
Method
si_prefix
components/dash-table/dash_table_base/Format.py:262–266 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
260
261
# Prefix
262
def
si_prefix(self, value):
263
self._validate_named(value, Prefix)
264
265
self._prefix = value
266
return
self
267
268
def
to_plotly_json(self):
269
f = {}
Callers
3
test_complex_and_valid_in_fluent
Method · 0.45
test_valid_prefix_number
Method · 0.45
test_valid_prefix_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_prefix_number
Method · 0.36
test_valid_prefix_named
Method · 0.36