Return a new selectable with the specified label style. Implemented by subclasses.
(self, style: SelectLabelStyle)
| 3728 | raise NotImplementedError() |
| 3729 | |
| 3730 | def set_label_style(self, style: SelectLabelStyle) -> Self: |
| 3731 | """Return a new selectable with the specified label style. |
| 3732 | |
| 3733 | Implemented by subclasses. |
| 3734 | |
| 3735 | """ |
| 3736 | |
| 3737 | raise NotImplementedError() |
| 3738 | |
| 3739 | def _scalar_type(self) -> TypeEngine[Any]: |
| 3740 | raise NotImplementedError() |
no outgoing calls
no test coverage detected