(
self, *, target_table: Optional[Table] = None, **kw: Any
)
| 4935 | "and will be removed in a future release.", |
| 4936 | ) |
| 4937 | def copy( |
| 4938 | self, *, target_table: Optional[Table] = None, **kw: Any |
| 4939 | ) -> CheckConstraint: |
| 4940 | return self._copy(target_table=target_table, **kw) |
| 4941 | |
| 4942 | def _copy( |
| 4943 | self, *, target_table: Optional[Table] = None, **kw: Any |