(self)
| 6827 | |
| 6828 | @HasMemoized_ro_memoized_attribute |
| 6829 | def _all_selected_columns(self) -> _SelectIterable: |
| 6830 | meth = SelectState.get_plugin_class(self).all_selected_columns |
| 6831 | return list(meth(self)) |
| 6832 | |
| 6833 | def _ensure_disambiguated_names(self) -> Select[Unpack[TupleAny]]: |
| 6834 | if self._label_style is LABEL_STYLE_NONE: |
nothing calls this directly
no test coverage detected