Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ fn2
Method
fn2
test/ext/test_baked.py:522–524 ·
view source on GitHub ↗
(q)
Source
from the content-addressed store, hash-verified
520
return
s.query(User.id, User.name).order_by(User.id)
521
522
def
fn2(q):
523
canary.fn2()
524
return
q.filter(User.id == bindparam(
"id"
))
525
526
def
fn3(q):
527
canary.fn3()
Callers
3
test_disable_on_session
Method · 0.45
test_spoiled_full_w_params
Method · 0.45
test_spoiled_half_w_params
Method · 0.45
Calls
2
bindparam
Function · 0.90
filter
Method · 0.45
Tested by
no test coverage detected