(self, state: InstanceState[Any], dict_: _InstanceDict)
| 1185 | raise NotImplementedError() |
| 1186 | |
| 1187 | def delete(self, state: InstanceState[Any], dict_: _InstanceDict) -> None: |
| 1188 | raise NotImplementedError() |
| 1189 | |
| 1190 | def get_committed_value( |
| 1191 | self, |
no outgoing calls
no test coverage detected