MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / three

Method three

test/orm/test_events.py:746–747  ·  view source on GitHub ↗
(ctx)

Source from the content-addressed store, hash-verified

744
745 @event.listens_for(sess, "do_orm_execute")
746 def three(ctx):
747 ctx.update_execution_options(three=True)
748
749 @event.listens_for(sess, "do_orm_execute")
750 def four(ctx):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected