MCPcopy
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_tableMethod · 0.45
get_check_constraintsMethod · 0.45
get_indexesMethod · 0.45
get_pk_constraintMethod · 0.45
get_check_constraintsMethod · 0.45
get_indexesMethod · 0.45
render_as_stringMethod · 0.45
classes_for_baseMethod · 0.45
executeMethod · 0.45

Calls 1

changedMethod · 0.45

Tested by 11

_adjust_sortMethod · 0.36
test_index_reflectionMethod · 0.36
assert_sortMethod · 0.36
test_sortMethod · 0.36
test_sort_w_keyMethod · 0.36