Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _col_description
Method
_col_description
lib/sqlalchemy/sql/schema.py:5211–5212 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
5209
5210
@property
5211
def
_col_description(self) -> str:
5212
return
", "
.join(self.column_keys)
5213
5214
def
_set_parent(self, parent: SchemaEventTarget, **kw: Any) -> None:
5215
table = parent
Callers
nothing calls this directly
Calls
1
join
Method · 0.45
Tested by
no test coverage detected