Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_true
Function · 0.90
expect
Function · 0.90
select
Function · 0.90
compare
Method · 0.45
Tested by
no test coverage detected