(
self, keys: Sequence[_KeyIndexType]
)
| 150 | raise NotImplementedError() |
| 151 | |
| 152 | def _indexes_for_keys( |
| 153 | self, keys: Sequence[_KeyIndexType] |
| 154 | ) -> Sequence[int]: |
| 155 | raise NotImplementedError() |
| 156 | |
| 157 | def _metadata_for_keys( |
| 158 | self, keys: Sequence[_KeyIndexType] |
no outgoing calls
no test coverage detected