Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_statement
Method · 0.80
update_execution_options
Method · 0.45
execution_options
Method · 0.45
Tested by
no test coverage detected