Initializes or resets ``_id`` attribute with new object.
(self)
| 836 | |
| 837 | @final |
| 838 | def _reset_identity(self) -> None: |
| 839 | """ |
| 840 | Initializes or resets ``_id`` attribute with new object. |
| 841 | """ |
| 842 | self._id = object() |
| 843 | |
| 844 | @final |
| 845 | def _cleanup(self) -> None: |
no outgoing calls