(
self, against: Optional[OperatorType] = None
)
| 1370 | ) |
| 1371 | |
| 1372 | def self_group( |
| 1373 | self, against: Optional[OperatorType] = None |
| 1374 | ) -> FromGrouping: |
| 1375 | return FromGrouping(self) |
| 1376 | |
| 1377 | @util.preload_module("sqlalchemy.sql.util") |
| 1378 | def _populate_column_collection( |
no test coverage detected