(self)
| 4316 | |
| 4317 | @util.ro_memoized_property |
| 4318 | def c(self) -> ReadOnlyColumnCollection[str, Column[Any]]: |
| 4319 | return self._columns.as_readonly() |
| 4320 | |
| 4321 | def _col_expressions( |
| 4322 | self, parent: Union[Table, Column[Any]] |
nothing calls this directly
no test coverage detected