MCPcopy Create free account
hub / github.com/anthropics/anthropic-sdk-python / _low_retry_timeout

Function _low_retry_timeout

tests/test_client.py:49–50  ·  view source on GitHub ↗
(*_args: Any, **_kwargs: Any)

Source from the content-addressed store, hash-verified

47
48
49def _low_retry_timeout(*_args: Any, **_kwargs: Any) -> float:
50 return 0.1
51
52
53def _get_open_connections(client: Anthropic | AsyncAnthropic) -> int:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected