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

Method self_group

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

Source from the content-addressed store, hash-verified

3293 )
3294
3295 def self_group(self, against: Optional[OperatorType] = None) -> Self:
3296 # Tuple is parenthesized by definition.
3297 return self
3298
3299
3300class 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