(self)
| 3547 | super()._set_parent(parent, **kw) |
| 3548 | |
| 3549 | def _copy(self) -> _InsertSentinelColumnDefault: |
| 3550 | return _InsertSentinelColumnDefault() |
| 3551 | |
| 3552 | |
| 3553 | _SQLExprDefault = Union["ColumnElement[Any]", "TextClause"] |
nothing calls this directly
no test coverage detected