MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / with_only_columns

Method with_only_columns

lib/sqlalchemy/sql/selectable.py:6288–6290  ·  lib/sqlalchemy/sql/selectable.py::Select.with_only_columns
(
        self, __ent0: _TCCA[_T0], /, *, maintain_column_froms: bool = ...
    )

Source from the content-addressed store, hash-verified

6286
6287 @overload
6288 def with_only_columns(
6289 self, __ent0: _TCCA[_T0], /, *, maintain_column_froms: bool = ...
6290 ) -> Select[_T0]: ...
6291
6292 @overload
6293 def with_only_columns(

Calls 3

_no_kwFunction · 0.85