(self)
| 4696 | |
| 4697 | @util.ro_memoized_property |
| 4698 | def c(self) -> ReadOnlyColumnCollection[str, Column[Any]]: |
| 4699 | return self._columns.as_readonly() |
| 4700 | |
| 4701 | def _col_expressions( |
| 4702 | self, parent: Union[Table, Column[Any]] |
nothing calls this directly
no test coverage detected