(self, column: ColumnElement[Any])
| 3629 | _label_style: SelectLabelStyle = LABEL_STYLE_NONE |
| 3630 | |
| 3631 | def _refresh_for_new_column(self, column: ColumnElement[Any]) -> None: |
| 3632 | self._reset_memoizations() |
| 3633 | |
| 3634 | @util.ro_non_memoized_property |
| 3635 | def selected_columns( |
nothing calls this directly
no test coverage detected