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