MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _append_element

Method _append_element

lib/sqlalchemy/sql/schema.py:5134–5136  ·  view source on GitHub ↗
(self, column: Column[Any], fk: ForeignKey)

Source from the content-addressed store, hash-verified

5132 self._set_parent_with_dispatch(table)
5133
5134 def _append_element(self, column: Column[Any], fk: ForeignKey) -> None:
5135 self._columns.add(column)
5136 self.elements.append(fk)
5137
5138 columns: ReadOnlyColumnCollection[str, Column[Any]]
5139 """A :class:`_expression.ColumnCollection` representing the set of columns

Callers 1

_set_tableMethod · 0.80

Calls 2

addMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected