MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / five

Method five

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

Source from the content-addressed store, hash-verified

1176
1177 @event.listens_for(sess, "do_orm_execute")
1178 def five(ctx):
1179 ctx.update_execution_options(five=True)
1180
1181 result = sess.execute(select(literal_column("1")), _add_event=added)
1182

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected