MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / c

Method c

lib/sqlalchemy/orm/mapper.py:2492–2494  ·  view source on GitHub ↗

A synonym for :attr:`_orm.Mapper.columns`.

(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

as_readonlyMethod · 0.45

Tested by

no test coverage detected