MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_truncated_label_role

Method test_truncated_label_role

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

Source from the content-addressed store, hash-verified

121 is_instance_of(expect(roles.ConstExprRole, None), Null)
122
123 def test_truncated_label_role(self):
124 is_instance_of(
125 expect(roles.TruncatedLabelRole, "foobar"), _truncated_label
126 )
127
128 def test_labeled_column_expr_role(self):
129 c = column("q")

Callers

nothing calls this directly

Calls 2

is_instance_ofFunction · 0.90
expectFunction · 0.90

Tested by

no test coverage detected