Put the resource back in the pool.
(self, exc_type, exc_value, exc_traceback)
| 193 | |
| 194 | @abstractmethod |
| 195 | def __exit__(self, exc_type, exc_value, exc_traceback) -> bool: |
| 196 | """Put the resource back in the pool.""" |
| 197 | raise NotImplementedError |
| 198 | |
| 199 | def _remove_cur_arg(self) -> None: |
| 200 | logger.info(f"removing api key {self.queue[self._index]}") |
nothing calls this directly
no outgoing calls
no test coverage detected