(self)
| 509 | self.session_id = self._strong_obj = None |
| 510 | |
| 511 | def _dispose(self) -> None: |
| 512 | # used by the test suite, apparently |
| 513 | self._detach() |
| 514 | |
| 515 | def _force_dereference(self) -> None: |
| 516 | """Force this InstanceState to act as though its weakref has |