MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __call__

Method __call__

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

Source from the content-addressed store, hash-verified

7325 def _callable_fixture(self):
7326 class MyQueryFactory:
7327 def __call__(self, *arg, **kw):
7328 return Query(*arg, **kw)
7329
7330 return MyQueryFactory()
7331

Callers

nothing calls this directly

Calls 1

QueryClass · 0.90

Tested by

no test coverage detected