Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ sort
Method
sort
lib/sqlalchemy/ext/mutable.py:964–966 ·
view source on GitHub ↗
(self, **kw: Any)
Source
from the content-addressed store, hash-verified
962
self.changed()
963
964
def
sort(self, **kw: Any) -> None:
965
list.sort(self, **kw)
966
self.changed()
967
968
def
reverse(self) -> None:
969
list.reverse(self)
Callers
15
post_create_table
Method · 0.45
get_check_constraints
Method · 0.45
get_indexes
Method · 0.45
get_unique_constraints
Method · 0.45
get_pk_constraint
Method · 0.45
get_check_constraints
Method · 0.45
get_indexes
Method · 0.45
sort_tables_and_constraints
Function · 0.45
render_as_string
Method · 0.45
sort_tables_on_foreign_key_dependency
Method · 0.45
classes_for_base
Method · 0.45
execute
Method · 0.45
Calls
1
changed
Method · 0.45
Tested by
11
_adjust_sort
Method · 0.36
test_index_reflection
Method · 0.36
assert_sort
Method · 0.36
assert_sort_deterministic
Method · 0.36
test_raise_on_cycle_one
Method · 0.36
test_raise_on_cycle_two
Method · 0.36
test_raise_on_cycle_three
Method · 0.36
test_sort
Method · 0.36
test_sort_w_key
Method · 0.36
test_sort_w_reverse_kwarg
Method · 0.36
test_nesting_with_functions
Method · 0.36