(self)
| 3856 | super()._set_parent(parent, **kw) |
| 3857 | |
| 3858 | def _copy(self) -> _InsertSentinelColumnDefault: |
| 3859 | return _InsertSentinelColumnDefault() |
| 3860 | |
| 3861 | |
| 3862 | _SQLExprDefault = Union["ColumnElement[Any]", "TextClause"] |
nothing calls this directly
no test coverage detected