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

Method description

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

Source from the content-addressed store, hash-verified

409 self.array_ok = True
410
411 def description(self):
412 return """\
413 The '{plotly_name}' property is an array that may be specified as a tuple,
414 list, numpy array, or pandas Series""".format(plotly_name=self.plotly_name)
415
416 def validate_coerce(self, v):
417 if is_none_or_typed_array_spec(v):

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected