A synonym for :attr:`_orm.Mapper.columns`.
(self)
| 2490 | |
| 2491 | @HasMemoized.memoized_attribute |
| 2492 | def c(self) -> ReadOnlyColumnCollection[str, Column[Any]]: |
| 2493 | """A synonym for :attr:`_orm.Mapper.columns`.""" |
| 2494 | return self._columns.as_readonly() |
| 2495 | |
| 2496 | @property |
| 2497 | def iterate_properties(self): |
nothing calls this directly
no test coverage detected