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

Method description

_plotly_utils/basevalidators.py:278–288  ·  view source on GitHub ↗

Returns a string that describes the values that are acceptable to the validator Should start with: The '{plotly_name}' property is a... For consistancy, string should have leading 4-space indent

(self)

Source from the content-addressed store, hash-verified

276 self.array_ok = False
277
278 def description(self):
279 """
280 Returns a string that describes the values that are acceptable
281 to the validator
282
283 Should start with:
284 The '{plotly_name}' property is a...
285
286 For consistancy, string should have leading 4-space indent
287 """
288 raise NotImplementedError()
289
290 def raise_invalid_val(self, v, inds=None):
291 """

Callers 2

raise_invalid_valMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected