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

Method set_label_style

lib/sqlalchemy/sql/selectable.py:3677–3684  ·  view source on GitHub ↗

Return a new selectable with the specified label style. Implemented by subclasses.

(self, style: SelectLabelStyle)

Source from the content-addressed store, hash-verified

3675 raise NotImplementedError()
3676
3677 def set_label_style(self, style: SelectLabelStyle) -> Self:
3678 """Return a new selectable with the specified label style.
3679
3680 Implemented by subclasses.
3681
3682 """
3683
3684 raise NotImplementedError()
3685
3686 @util.deprecated(
3687 "1.4",

Callers 7

scalar_subqueryMethod · 0.95
_anonymous_fromclauseMethod · 0.45
as_scalarMethod · 0.45
set_label_styleMethod · 0.45
set_label_styleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected