Return a new selectable with the specified label style. Implemented by subclasses.
(self, style: SelectLabelStyle)
| 3675 | raise NotImplementedError() |
| 3676 | |
| 3677 | def set_label_style(self, style: SelectLabelStyle) -> Self: |
| 3678 | """Return a new selectable with the specified label style. |
| 3679 | |
| 3680 | Implemented by subclasses. |
| 3681 | |
| 3682 | """ |
| 3683 | |
| 3684 | raise NotImplementedError() |
| 3685 | |
| 3686 | @util.deprecated( |
| 3687 | "1.4", |
no outgoing calls
no test coverage detected