(self)
| 4692 | |
| 4693 | @util.ro_memoized_property |
| 4694 | def columns(self) -> ReadOnlyColumnCollection[str, Column[Any]]: |
| 4695 | return self._columns.as_readonly() |
| 4696 | |
| 4697 | @util.ro_memoized_property |
| 4698 | def c(self) -> ReadOnlyColumnCollection[str, Column[Any]]: |
nothing calls this directly
no test coverage detected