Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1115
def
desc(
1116
column: Union[str,
"ColumnElement[_T]"
],
1117
) -> UnaryExpression[_T]: ...
1118
1119
1120
@overload
Callers
15
test_reflect
Method · 0.90
test_order_by_label
Method · 0.90
test_order_by
Method · 0.90
test_order_by_nulls
Method · 0.90
test_orderby_subquery
Method · 0.90
test_order_by_labels_disabled
Method · 0.90
test_order_by_func_label_desc
Method · 0.90
test_standalone_units_stringable
Method · 0.90
test_non_attached_col_plus_string_expr
Method · 0.90
common_sql_element.py
File · 0.90
test_query_one
Method · 0.90
test_stateful
Method · 0.90
Calls
2
_create_desc
Method · 0.80
desc
Method · 0.45
Tested by
15
test_reflect
Method · 0.72
test_order_by_label
Method · 0.72
test_order_by
Method · 0.72
test_order_by_nulls
Method · 0.72
test_orderby_subquery
Method · 0.72
test_order_by_labels_disabled
Method · 0.72
test_order_by_func_label_desc
Method · 0.72
test_standalone_units_stringable
Method · 0.72
test_non_attached_col_plus_string_expr
Method · 0.72
test_query_one
Method · 0.72
test_stateful
Method · 0.72
test_aliased_order_by
Method · 0.72