(self, state: InstanceState[Any])
| 58 | raise NotImplementedError() |
| 59 | |
| 60 | def safe_discard(self, state: InstanceState[Any]) -> None: |
| 61 | raise NotImplementedError() |
| 62 | |
| 63 | def __getitem__(self, key: _IdentityKeyType[_O]) -> _O: |
| 64 | raise NotImplementedError() |
no outgoing calls
no test coverage detected