MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _copy

Method _copy

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

Source from the content-addressed store, hash-verified

3856 super()._set_parent(parent, **kw)
3857
3858 def _copy(self) -> _InsertSentinelColumnDefault:
3859 return _InsertSentinelColumnDefault()
3860
3861
3862_SQLExprDefault = Union["ColumnElement[Any]", "TextClause"]

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected