(self, key: Sequence[int])
| 33 | |
| 34 | @abstractmethod |
| 35 | def __getitem__(self, key: Sequence[int]) -> "llama_cpp.llama.LlamaState": |
| 36 | raise NotImplementedError |
| 37 | |
| 38 | @abstractmethod |
| 39 | def __contains__(self, key: Sequence[int]) -> bool: |
nothing calls this directly
no outgoing calls
no test coverage detected