MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _order_by_clause

Method _order_by_clause

lib/sqlalchemy/sql/selectable.py:4241–4245  ·  view source on GitHub ↗

ClauseList access to order_by_clauses for legacy dialects

(self)

Source from the content-addressed store, hash-verified

4239
4240 @property
4241 def _order_by_clause(self) -> ClauseList:
4242 """ClauseList access to order_by_clauses for legacy dialects"""
4243 return ClauseList._construct_raw(
4244 operators.comma_op, self._order_by_clauses
4245 )
4246
4247 def _offset_or_limit_clause(
4248 self,

Callers

nothing calls this directly

Calls 1

_construct_rawMethod · 0.45

Tested by

no test coverage detected