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

Method only_return_tuples

lib/sqlalchemy/orm/query.py:839–841  ·  view source on GitHub ↗
(
        self: Query[_O], value: Literal[True]
    )

Source from the content-addressed store, hash-verified

837
838 @overload
839 def only_return_tuples(
840 self: Query[_O], value: Literal[True]
841 ) -> RowReturningQuery[_O]: ...
842
843 @overload
844 def only_return_tuples(

Calls

no outgoing calls