(self, state: InstanceState[Any], dict_: _InstanceDict)
| 1180 | raise NotImplementedError() |
| 1181 | |
| 1182 | def delete(self, state: InstanceState[Any], dict_: _InstanceDict) -> None: |
| 1183 | raise NotImplementedError() |
| 1184 | |
| 1185 | def get_committed_value( |
| 1186 | self, |
no outgoing calls
no test coverage detected