MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / set_label_style

Method set_label_style

lib/sqlalchemy/sql/selectable.py:3730–3737  ·  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

3728 raise NotImplementedError()
3729
3730 def set_label_style(self, style: SelectLabelStyle) -> Self:
3731 """Return a new selectable with the specified label style.
3732
3733 Implemented by subclasses.
3734
3735 """
3736
3737 raise NotImplementedError()
3738
3739 def _scalar_type(self) -> TypeEngine[Any]:
3740 raise NotImplementedError()

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