MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / _all_selected_columns

Method _all_selected_columns

lib/sqlalchemy/sql/selectable.py:6829–6831  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls 1

get_plugin_classMethod · 0.45

Tested by

no test coverage detected