MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / test_callable_expr

Method test_callable_expr

test/orm/test_query.py:7393–7394  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7391 self._test_expr(self._plain_fixture)
7392
7393 def test_callable_expr(self):
7394 self._test_expr(self._callable_fixture)
7395
7396 def test_subclass_expr(self):
7397 self._test_expr(self._subclass_fixture)

Callers

nothing calls this directly

Calls 1

_test_exprMethod · 0.95

Tested by

no test coverage detected