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

Method test_aliased_expression

test/ext/test_hybrid.py:1230–1234  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1228 )
1229
1230 def test_aliased_expression(self):
1231 A = self._fixture()
1232 self.assert_compile(
1233 aliased(A).value(5), "foo(a_1.value, :foo_1) + :foo_2"
1234 )
1235
1236 def test_query(self):
1237 A = self._fixture()

Callers

nothing calls this directly

Calls 4

_fixtureMethod · 0.95
aliasedFunction · 0.90
assert_compileMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected