MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / execute

Method execute

lib/sqlalchemy/orm/unitofwork.py:625–630  ·  view source on GitHub ↗
(self, uow)

Source from the content-addressed store, hash-verified

623
624 @util.preload_module("sqlalchemy.orm.persistence")
625 def execute(self, uow):
626 persistence = util.preloaded.orm_persistence
627 states, cols = uow.post_update_states[self.mapper]
628 states = [s for s in states if uow.states[s][0] == self.isdelete]
629
630 persistence._post_update(self.mapper, states, uow, cols)
631
632
633class _SaveUpdateAll(_PostSortRec):

Callers

nothing calls this directly

Calls 1

_post_updateMethod · 0.80

Tested by

no test coverage detected