Returns a string that describes the values that are acceptable to the validator Should start with: The '{plotly_name}' property is a... For consistancy, string should have leading 4-space indent
(self)
| 276 | self.array_ok = False |
| 277 | |
| 278 | def description(self): |
| 279 | """ |
| 280 | Returns a string that describes the values that are acceptable |
| 281 | to the validator |
| 282 | |
| 283 | Should start with: |
| 284 | The '{plotly_name}' property is a... |
| 285 | |
| 286 | For consistancy, string should have leading 4-space indent |
| 287 | """ |
| 288 | raise NotImplementedError() |
| 289 | |
| 290 | def raise_invalid_val(self, v, inds=None): |
| 291 | """ |
no outgoing calls
no test coverage detected