MCPcopy 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
569class ProcessAll(IterateMappersMixin, PostSortRec):

Callers 1

executeMethod · 0.45

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected