Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ desc
Method
desc
lib/sqlalchemy/sql/elements.py:2992–2993 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2990
return
self
2991
2992
def
desc(self) -> OrderByList:
2993
return
OrderByList([e.desc()
for
e in self.clauses])
2994
2995
def
asc(self) -> OrderByList:
2996
return
OrderByList([e.asc()
for
e in self.clauses])
Callers
11
test_order_by_list
Method · 0.95
test_order_by_list_chained_ops
Method · 0.95
desc
Function · 0.45
test_composed_multiple
Method · 0.45
test_plain_desc
Method · 0.45
test_composed_int_desc
Method · 0.45
test_simple_fetch_ties
Method · 0.45
test_simple_fetch_percent_ties
Method · 0.45
test_window
Method · 0.45
test_select_recursive_round_trip
Method · 0.45
define_reflected_tables
Method · 0.45
Calls
1
OrderByList
Class · 0.85
Tested by
10
test_order_by_list
Method · 0.76
test_order_by_list_chained_ops
Method · 0.76
test_composed_multiple
Method · 0.36
test_plain_desc
Method · 0.36
test_composed_int_desc
Method · 0.36
test_simple_fetch_ties
Method · 0.36
test_simple_fetch_percent_ties
Method · 0.36
test_window
Method · 0.36
test_select_recursive_round_trip
Method · 0.36
define_reflected_tables
Method · 0.36