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

Method fill

dash/dash_table/Format.py:134–138  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

132 return self
133
134 def fill(self, value):
135 self._validate_char(value)
136
137 self._specifier["fill"] = value
138 return self
139
140 def group(self, value):
141 if isinstance(value, bool):

Callers 9

write_help_fileFunction · 0.45
ktFunction · 0.45
async-table.jsFile · 0.45
thFunction · 0.45
async-mathjax.jsFile · 0.45
hFunction · 0.45
plotly.min.jsFile · 0.45
TFunction · 0.45
bFunction · 0.45

Calls 1

_validate_charMethod · 0.95

Tested by

no test coverage detected