(self)
| 182 | raise IndexError("index out of range") |
| 183 | |
| 184 | def __del__(self): |
| 185 | if self.data_file: |
| 186 | self.data_file.close() |
| 187 | |
| 188 | # @lru_cache(maxsize=8) |
| 189 | def __getitem__(self, idx): |
nothing calls this directly
no outgoing calls
no test coverage detected