MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / query

Method query

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

Source from the content-addressed store, hash-verified

7837class QueryClsTest(QueryTest):
7838 def _fn_fixture(self):
7839 def query(*arg, **kw):
7840 return Query(*arg, **kw)
7841
7842 return query
7843

Calls 1

QueryClass · 0.90

Tested by

no test coverage detected