MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _order_by_clause

Method _order_by_clause

lib/sqlalchemy/sql/selectable.py:4126–4130  ·  view source on GitHub ↗

ClauseList access to order_by_clauses for legacy dialects

(self)

Source from the content-addressed store, hash-verified

4124
4125 @property
4126 def _order_by_clause(self) -> ClauseList:
4127 """ClauseList access to order_by_clauses for legacy dialects"""
4128 return ClauseList._construct_raw(
4129 operators.comma_op, self._order_by_clauses
4130 )
4131
4132 def _offset_or_limit_clause(
4133 self,

Callers

nothing calls this directly

Calls 1

_construct_rawMethod · 0.45

Tested by

no test coverage detected