(self, instance: _O)
| 509 | self._state_setter(instance, state) |
| 510 | |
| 511 | def teardown_instance(self, instance: _O) -> None: |
| 512 | delattr(instance, self.STATE_ATTR) |
| 513 | |
| 514 | def _serialize( |
| 515 | self, state: InstanceState[_O], state_dict: Dict[str, Any] |
no outgoing calls