MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / desc

Function desc

lib/sqlalchemy/sql/_elements_constructors.py:1115–1117  ·  view source on GitHub ↗
(
    column: Union[str, "ColumnElement[_T]"],
)

Source from the content-addressed store, hash-verified

1113
1114@overload
1115def desc(
1116 column: Union[str, "ColumnElement[_T]"],
1117) -> UnaryExpression[_T]: ...
1118
1119
1120@overload

Callers 15

test_reflectMethod · 0.90
test_order_by_labelMethod · 0.90
test_order_byMethod · 0.90
test_order_by_nullsMethod · 0.90
test_orderby_subqueryMethod · 0.90
test_query_oneMethod · 0.90
test_statefulMethod · 0.90

Calls 2

_create_descMethod · 0.80
descMethod · 0.45

Tested by 15

test_reflectMethod · 0.72
test_order_by_labelMethod · 0.72
test_order_byMethod · 0.72
test_order_by_nullsMethod · 0.72
test_orderby_subqueryMethod · 0.72
test_query_oneMethod · 0.72
test_statefulMethod · 0.72
test_aliased_order_byMethod · 0.72