MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / c

Method c

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

Source from the content-addressed store, hash-verified

4316
4317 @util.ro_memoized_property
4318 def c(self) -> ReadOnlyColumnCollection[str, Column[Any]]:
4319 return self._columns.as_readonly()
4320
4321 def _col_expressions(
4322 self, parent: Union[Table, Column[Any]]

Callers

nothing calls this directly

Calls 1

as_readonlyMethod · 0.45

Tested by

no test coverage detected