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

Function _undefer_column_name

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

Source from the content-addressed store, hash-verified

2200
2201
2202def _undefer_column_name(key: str, column: Column[Any]) -> None:
2203 if column.key is None:
2204 column.key = key
2205 if column.name is None:
2206 column.name = key

Callers 2

_add_attributeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected