MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / two

Method two

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

Source from the content-addressed store, hash-verified

740
741 @event.listens_for(sess, "do_orm_execute")
742 def two(ctx):
743 ctx.update_execution_options(two=True)
744
745 @event.listens_for(sess, "do_orm_execute")
746 def three(ctx):

Callers

nothing calls this directly

Calls 3

invoke_statementMethod · 0.80
execution_optionsMethod · 0.45

Tested by

no test coverage detected