(self, plotly_name, parent_name, array_ok=False, **kwargs)
| 639 | """ |
| 640 | |
| 641 | def __init__(self, plotly_name, parent_name, array_ok=False, **kwargs): |
| 642 | super(BooleanValidator, self).__init__( |
| 643 | plotly_name=plotly_name, parent_name=parent_name, **kwargs |
| 644 | ) |
| 645 | self.array_ok = array_ok |
| 646 | |
| 647 | def description(self): |
| 648 | desc = """\ |