(
self, *, target_table: Optional[Table] = None, **kw: Any
)
| 6050 | "and will be removed in a future release.", |
| 6051 | ) |
| 6052 | def copy( |
| 6053 | self, *, target_table: Optional[Table] = None, **kw: Any |
| 6054 | ) -> Computed: |
| 6055 | return self._copy(target_table=target_table, **kw) |
| 6056 | |
| 6057 | def _copy( |
| 6058 | self, *, target_table: Optional[Table] = None, **kw: Any |