Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ fn3
Method
fn3
test/ext/test_baked.py:526–528 ·
view source on GitHub ↗
(q)
Source
from the content-addressed store, hash-verified
524
return
q.filter(User.id == bindparam(
"id"
))
525
526
def
fn3(q):
527
canary.fn3()
528
return
q
529
530
for
x in range(3):
531
bq = self.bakery(fn1)
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
no outgoing calls
Tested by
no test coverage detected