MCPcopy
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

Calls

no outgoing calls

Tested by

no test coverage detected