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

Method _copy

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

Source from the content-addressed store, hash-verified

3547 super()._set_parent(parent, **kw)
3548
3549 def _copy(self) -> _InsertSentinelColumnDefault:
3550 return _InsertSentinelColumnDefault()
3551
3552
3553_SQLExprDefault = Union["ColumnElement[Any]", "TextClause"]

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected