(self)
| 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): |