(self, state: InstanceState[Any])
| 86 | raise NotImplementedError() |
| 87 | |
| 88 | def _fast_discard(self, state: InstanceState[Any]) -> None: |
| 89 | raise NotImplementedError() |
| 90 | |
| 91 | def _add_unpresent( |
| 92 | self, state: InstanceState[Any], key: _IdentityKeyType[Any] |