MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / five

Method five

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

Source from the content-addressed store, hash-verified

1227
1228 @event.listens_for(sess, "do_orm_execute")
1229 def five(ctx):
1230 ctx.update_execution_options(five=True)
1231
1232 result = sess.execute(select(literal_column("1")), _add_event=added)
1233

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected