MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_statement_coercion_select

Method test_statement_coercion_select

test/sql/test_roles.py:302–303  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

300 )
301
302 def test_statement_coercion_select(self):
303 is_true(expect(roles.StatementRole, select(t)).compare(select(t)))
304
305 def test_statement_coercion_ddl(self):
306 d1 = DDL("hi")

Callers

nothing calls this directly

Calls 4

is_trueFunction · 0.90
expectFunction · 0.90
selectFunction · 0.90
compareMethod · 0.45

Tested by

no test coverage detected