(self, **kw: Any)
| 6687 | "and will be removed in a future release.", |
| 6688 | ) |
| 6689 | def copy(self, **kw: Any) -> Identity: |
| 6690 | return self._copy(**kw) |
| 6691 | |
| 6692 | def _copy(self, **kw: Any) -> Identity: |
| 6693 | i = Identity(**self._as_dict(), **self.dialect_kwargs) |