Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ execute_aggregate
Method
execute_aggregate
lib/sqlalchemy/orm/unitofwork.py:565–566 ·
view source on GitHub ↗
(self, uow, recs)
Source
from the content-addressed store, hash-verified
563
return
ret
564
565
def
execute_aggregate(self, uow, recs):
566
self.execute(uow)
567
568
569
class
ProcessAll(IterateMappersMixin, PostSortRec):
Callers
1
execute
Method · 0.45
Calls
1
execute
Method · 0.45
Tested by
no test coverage detected