(self, against: Optional[OperatorType] = None)
| 3293 | ) |
| 3294 | |
| 3295 | def self_group(self, against: Optional[OperatorType] = None) -> Self: |
| 3296 | # Tuple is parenthesized by definition. |
| 3297 | return self |
| 3298 | |
| 3299 | |
| 3300 | class Case(ColumnElement[_T]): |
no outgoing calls