MCPcopy Index your code
hub / github.com/plotly/dash / trim

Method trim

dash/dash_table/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 15

UnFunction · 0.45
NiFunction · 0.45
ViFunction · 0.45
async-table.jsFile · 0.45
MaFunction · 0.45
wdFunction · 0.45
demo.jsFile · 0.45
mFunction · 0.45
bundle.jsFile · 0.45
EeFunction · 0.45
rFunction · 0.45
aFunction · 0.45

Calls 1

_validate_namedMethod · 0.95

Tested by

no test coverage detected