(self, plotly_name, parent_name, array_ok=False, **kwargs)
| 1685 | """ |
| 1686 | |
| 1687 | def __init__(self, plotly_name, parent_name, array_ok=False, **kwargs): |
| 1688 | super(AngleValidator, self).__init__( |
| 1689 | plotly_name=plotly_name, parent_name=parent_name, **kwargs |
| 1690 | ) |
| 1691 | self.array_ok = array_ok |
| 1692 | |
| 1693 | def description(self): |
| 1694 | desc = """\ |