MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / self_group

Method self_group

lib/sqlalchemy/sql/elements.py:3578–3580  ·  view source on GitHub ↗
(self, against: Optional[OperatorType] = None)

Source from the content-addressed store, hash-verified

3576 )
3577
3578 def self_group(self, against: Optional[OperatorType] = None) -> Self:
3579 # Tuple is parenthesized by definition.
3580 return self
3581
3582
3583class Case(ColumnElement[_T]):

Callers 15

__init__Method · 0.45
appendMethod · 0.45
_construct_for_listMethod · 0.45
_negateMethod · 0.45
self_groupMethod · 0.45
__init__Method · 0.45
self_groupMethod · 0.45
__init__Method · 0.45
_create_anyMethod · 0.45
_create_allMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls