(self, plotly_name, parent_name, **kwargs)
| 669 | |
| 670 | class SrcValidator(BaseValidator): |
| 671 | def __init__(self, plotly_name, parent_name, **kwargs): |
| 672 | super(SrcValidator, self).__init__( |
| 673 | plotly_name=plotly_name, parent_name=parent_name, **kwargs |
| 674 | ) |
| 675 | |
| 676 | self.chart_studio = get_module("chart_studio") |
| 677 | |
| 678 | def description(self): |
| 679 | return """\ |
no test coverage detected