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

Method trim

components/dash-table/dash_table_base/Format.py:188–195  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

186 return self
187
188 def trim(self, value):
189 if isinstance(value, bool):
190 value = Trim.yes if value else Trim.no
191
192 self._validate_named(value, Trim)
193
194 self._specifier["trim"] = value
195 return self
196
197 # Locale
198 def symbol_prefix(self, value):

Callers 14

InputFunction · 0.45
renderSliderMarksFunction · 0.45
parseYearFunction · 0.45
fileMatchesAcceptMethod · 0.45
RangeSliderFunction · 0.45
getMethod · 0.45
FilterFactoryClass · 0.45
validateFunction · 0.45
test_valid_trim_namedMethod · 0.45

Calls 1

_validate_namedMethod · 0.95

Tested by 3

test_valid_trim_namedMethod · 0.36