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

Method description

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

Source from the content-addressed store, hash-verified

645 self.array_ok = array_ok
646
647 def description(self):
648 desc = """\
649 The '{plotly_name}' property is a boolean and must be specified as:
650 - A boolean value: True or False""".format(plotly_name=self.plotly_name)
651 if self.array_ok:
652 desc += """
653 - A tuple or list of the above"""
654 return desc
655
656 def validate_coerce(self, v):
657 if is_none_or_typed_array_spec(v):

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected