(self, plotly_name, parent_name, **kwargs)
| 402 | """ |
| 403 | |
| 404 | def __init__(self, plotly_name, parent_name, **kwargs): |
| 405 | super(DataArrayValidator, self).__init__( |
| 406 | plotly_name=plotly_name, parent_name=parent_name, **kwargs |
| 407 | ) |
| 408 | |
| 409 | self.array_ok = True |
| 410 | |
| 411 | def description(self): |
| 412 | return """\ |