(self, state: InstanceState[Any])
| 83 | raise NotImplementedError() |
| 84 | |
| 85 | def add(self, state: InstanceState[Any]) -> bool: |
| 86 | raise NotImplementedError() |
| 87 | |
| 88 | def _fast_discard(self, state: InstanceState[Any]) -> None: |
| 89 | raise NotImplementedError() |
no outgoing calls
no test coverage detected