(self)
| 4312 | |
| 4313 | @util.ro_memoized_property |
| 4314 | def columns(self) -> ReadOnlyColumnCollection[str, Column[Any]]: |
| 4315 | return self._columns.as_readonly() |
| 4316 | |
| 4317 | @util.ro_memoized_property |
| 4318 | def c(self) -> ReadOnlyColumnCollection[str, Column[Any]]: |
nothing calls this directly
no test coverage detected