Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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(
Callers
8
tuples
Method · 0.95
t_legacy_query_single_entity
Function · 0.80
t_legacy_query_scalar_subquery
Function · 0.80
test_single_entity_false
Method · 0.80
test_single_entity_true
Method · 0.80
test_multiple_entity_false
Method · 0.80
test_multiple_entity_true
Method · 0.80
test_entity_mapping_access
Method · 0.80
Calls
no outgoing calls
Tested by
5
test_single_entity_false
Method · 0.64
test_single_entity_true
Method · 0.64
test_multiple_entity_false
Method · 0.64
test_multiple_entity_true
Method · 0.64
test_entity_mapping_access
Method · 0.64