MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / added

Method added

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

Source from the content-addressed store, hash-verified

1201 sess = Session(testing.db, future=True)
1202
1203 def added(ctx):
1204 ctx.update_execution_options(added_evt=True)
1205
1206 @event.listens_for(sess, "do_orm_execute")
1207 def one(ctx):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected