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

Method test_subclass_expr

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

Source from the content-addressed store, hash-verified

7394 self._test_expr(self._callable_fixture)
7395
7396 def test_subclass_expr(self):
7397 self._test_expr(self._subclass_fixture)
7398
7399 def test_fn_expr(self):
7400 self._test_expr(self._fn_fixture)

Callers

nothing calls this directly

Calls 1

_test_exprMethod · 0.95

Tested by

no test coverage detected