MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / query

Method query

test/orm/test_query.py:7314–7315  ·  view source on GitHub ↗
(*arg, **kw)

Source from the content-addressed store, hash-verified

7312class QueryClsTest(QueryTest):
7313 def _fn_fixture(self):
7314 def query(*arg, **kw):
7315 return Query(*arg, **kw)
7316
7317 return query
7318

Calls 1

QueryClass · 0.90

Tested by

no test coverage detected