MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / with_entities

Method with_entities

lib/sqlalchemy/orm/query.py:1482–1482  ·  lib/sqlalchemy/orm/query.py::Query.with_entities
(self, _entity: _EntityType[_O])

Source from the content-addressed store, hash-verified

1480
1481 @overload
1482 def with_entities(self, _entity: _EntityType[_O]) -> Query[_O]: ...
1483
1484 @overload
1485 def with_entities(

Callers 15

test_query_oneMethod · 0.80
test_query_twoMethod · 0.80
test_query_threeMethod · 0.80
test_w_new_entitiesMethod · 0.80
test_conditional_stepMethod · 0.80
test_explicit_join_10Method · 0.80
test_tuple_labelingMethod · 0.80
test_sumMethod · 0.80

Calls 3

_set_entitiesMethod · 0.95
_no_kwFunction · 0.85

Tested by 15

test_query_oneMethod · 0.64
test_query_twoMethod · 0.64
test_query_threeMethod · 0.64
test_w_new_entitiesMethod · 0.64
test_conditional_stepMethod · 0.64
test_explicit_join_10Method · 0.64
test_tuple_labelingMethod · 0.64
test_sumMethod · 0.64