MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / with_only_columns

Method with_only_columns

lib/sqlalchemy/sql/selectable.py:6029–6031  ·  view source on GitHub ↗
(
        self, __ent0: _TCCA[_T0], *, maintain_column_froms: bool = ...
    )

Source from the content-addressed store, hash-verified

6027
6028 @overload
6029 def with_only_columns(
6030 self, __ent0: _TCCA[_T0], *, maintain_column_froms: bool = ...
6031 ) -> Select[Tuple[_T0]]: ...
6032
6033 @overload
6034 def with_only_columns(

Calls 3

_no_kwFunction · 0.85