MCPcopy Index your code
hub / github.com/plotly/plotly.py / description

Method description

_plotly_utils/basevalidators.py:678–681  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

676 self.chart_studio = get_module("chart_studio")
677
678 def description(self):
679 return """\
680 The '{plotly_name}' property must be specified as a string or
681 as a plotly.grid_objs.Column object""".format(plotly_name=self.plotly_name)
682
683 def validate_coerce(self, v):
684 if is_none_or_typed_array_spec(v):

Callers 2

descriptionMethod · 0.45
descriptionMethod · 0.45

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected