(self, state: InstanceState[_O])
| 80 | raise NotImplementedError() |
| 81 | |
| 82 | def replace(self, state: InstanceState[_O]) -> Optional[InstanceState[_O]]: |
| 83 | raise NotImplementedError() |
| 84 | |
| 85 | def add(self, state: InstanceState[Any]) -> bool: |
| 86 | raise NotImplementedError() |
no outgoing calls
no test coverage detected