MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _undefer_column_name

Function _undefer_column_name

lib/sqlalchemy/orm/decl_base.py:2302–2306  ·  view source on GitHub ↗
(key: str, column: Column[Any])

Source from the content-addressed store, hash-verified

2300
2301
2302def _undefer_column_name(key: str, column: Column[Any]) -> None:
2303 if column.key is None:
2304 column.key = key
2305 if column.name is None:
2306 column.name = key

Callers 2

_add_attributeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected