MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / columns

Method columns

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

as_readonlyMethod · 0.45

Tested by

no test coverage detected