(self)
| 49 | self._add_unpresent = _killed # type: ignore |
| 50 | |
| 51 | def all_states(self) -> List[InstanceState[Any]]: |
| 52 | raise NotImplementedError() |
| 53 | |
| 54 | def contains_state(self, state: InstanceState[Any]) -> bool: |
| 55 | raise NotImplementedError() |
no outgoing calls