Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anthropics/anthropic-sdk-python
/ close
Method
close
src/anthropic/_client.py:415–417 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
413
414
@override
415
def
close(self) -> None:
416
super().close()
417
_close_credentials(self.credentials)
418
419
# --- end credentials support ---
420
Callers
9
test_copy_default_headers
Method · 0.95
test_copy_default_query
Method · 0.95
test_client_timeout_option
Method · 0.95
test_http_client_timeout_option
Method · 0.95
test_default_headers_option
Method · 0.95
test_default_query_option
Method · 0.95
test_base_url_setter
Method · 0.95
test_received_text_for_expected_json
Method · 0.95
close
Method · 0.45
Calls
1
_close_credentials
Function · 0.85
Tested by
8
test_copy_default_headers
Method · 0.76
test_copy_default_query
Method · 0.76
test_client_timeout_option
Method · 0.76
test_http_client_timeout_option
Method · 0.76
test_default_headers_option
Method · 0.76
test_default_query_option
Method · 0.76
test_base_url_setter
Method · 0.76
test_received_text_for_expected_json
Method · 0.76