Total number of 429 responses encountered across all keys.
(self)
| 310 | |
| 311 | @property |
| 312 | def rate_limits_hit(self) -> int: |
| 313 | """Total number of 429 responses encountered across all keys.""" |
| 314 | with self._lock: |
| 315 | return self._rate_limits_hit |
| 316 | |
| 317 | @property |
| 318 | def retry_successes(self) -> int: |
nothing calls this directly
no outgoing calls
no test coverage detected