Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ fn
Method
fn
test/orm/test_events.py:4158–4159 ·
view source on GitHub ↗
(query)
Source
from the content-addressed store, hash-verified
4156
4157
@event.listens_for(query.Query,
"before_compile"
, retval=True)
4158
def
fn(query):
4159
return
query.add_columns(User.name)
4160
4161
s = fixture_session()
4162
Callers
nothing calls this directly
Calls
1
add_columns
Method · 0.45
Tested by
no test coverage detected