(self, state: InstanceState[Any])
| 52 | raise NotImplementedError() |
| 53 | |
| 54 | def contains_state(self, state: InstanceState[Any]) -> bool: |
| 55 | raise NotImplementedError() |
| 56 | |
| 57 | def __contains__(self, key: _IdentityKeyType[Any]) -> bool: |
| 58 | raise NotImplementedError() |
no outgoing calls