Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthropics/anthropic-sdk-python
/ endpoints
Endpoints
7 in github.com/anthropics/anthropic-sdk-python
⨍
Functions
1,183
◇
Types & classes
417
↳
Endpoints
7
Route
test_omit_retry_count_header
mock.patch("anthropic._base_client.BaseClient._calculate_retry_timeout", _low_retry_timeout)
tests/test_client.py:None
Route
test_overwrite_retry_count_header
mock.patch("anthropic._base_client.BaseClient._calculate_retry_timeout", _low_retry_timeout)
tests/test_client.py:None
Route
test_parse_retry_after_header
mock.patch("time.time", mock.MagicMock(return_value=1696004797))
tests/test_client.py:None
Route
test_retries_taken
mock.patch("anthropic._base_client.BaseClient._calculate_retry_timeout", _low_retry_timeout)
tests/test_client.py:None
Route
test_retries_taken_new_response_class
mock.patch("anthropic._base_client.BaseClient._calculate_retry_timeout", _low_retry_timeout)
tests/test_client.py:None
Route
test_retrying_status_errors_doesnt_leak
mock.patch("anthropic._base_client.BaseClient._calculate_retry_timeout", _low_retry_timeout)
tests/test_client.py:None
Route
test_retrying_timeout_errors_doesnt_leak
mock.patch("anthropic._base_client.BaseClient._calculate_retry_timeout", _low_retry_timeout)
tests/test_client.py:None