Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ fn1
Method
fn1
test/ext/test_baked.py:518–520 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
516
canary = mock.Mock()
517
518
def
fn1(s):
519
canary.fn1()
520
return
s.query(User.id, User.name).order_by(User.id)
521
522
def
fn2(q):
523
canary.fn2()
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
order_by
Method · 0.45
query
Method · 0.45
Tested by
no test coverage detected