Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ execute_aggregate
Method
execute_aggregate
lib/sqlalchemy/orm/unitofwork.py:567–568 ·
view source on GitHub ↗
(self, uow, recs)
Source
from the content-addressed store, hash-verified
565
return
ret
566
567
def
execute_aggregate(self, uow, recs):
568
self.execute(uow)
569
570
571
class
_ProcessAll(_IterateMappersMixin, _PostSortRec):
Callers
1
execute
Method · 0.45
Calls
1
execute
Method · 0.45
Tested by
no test coverage detected