(
self, *, target_table: Optional[Table] = None, **kw: Any
)
| 6503 | "and will be removed in a future release.", |
| 6504 | ) |
| 6505 | def copy( |
| 6506 | self, *, target_table: Optional[Table] = None, **kw: Any |
| 6507 | ) -> Computed: |
| 6508 | return self._copy(target_table=target_table, **kw) |
| 6509 | |
| 6510 | def _copy( |
| 6511 | self, *, target_table: Optional[Table] = None, **kw: Any |