Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode-sdk-python
/ endpoints
Endpoints
6 in github.com/anomalyco/opencode-sdk-python
⨍
Functions
901
◇
Types & classes
344
↳
Endpoints
6
Route
test_omit_retry_count_header
mock.patch("opencode_ai._base_client.BaseClient._calculate_retry_timeout", _low_retry_timeout)
tests/test_client.py:None
Route
test_overwrite_retry_count_header
mock.patch("opencode_ai._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("opencode_ai._base_client.BaseClient._calculate_retry_timeout", _low_retry_timeout)
tests/test_client.py:None
Route
test_retrying_status_errors_doesnt_leak
mock.patch("opencode_ai._base_client.BaseClient._calculate_retry_timeout", _low_retry_timeout)
tests/test_client.py:None
Route
test_retrying_timeout_errors_doesnt_leak
mock.patch("opencode_ai._base_client.BaseClient._calculate_retry_timeout", _low_retry_timeout)
tests/test_client.py:None