(self)
| 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): |
no test coverage detected