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

Method c

lib/sqlalchemy/sql/schema.py:4698–4699  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4696
4697 @util.ro_memoized_property
4698 def c(self) -> ReadOnlyColumnCollection[str, Column[Any]]:
4699 return self._columns.as_readonly()
4700
4701 def _col_expressions(
4702 self, parent: Union[Table, Column[Any]]

Callers

nothing calls this directly

Calls 1

as_readonlyMethod · 0.45

Tested by

no test coverage detected