(*_args: Any, **_kwargs: Any)
| 47 | |
| 48 | |
| 49 | def _low_retry_timeout(*_args: Any, **_kwargs: Any) -> float: |
| 50 | return 0.1 |
| 51 | |
| 52 | |
| 53 | def _get_open_connections(client: Anthropic | AsyncAnthropic) -> int: |
nothing calls this directly
no outgoing calls
no test coverage detected