MCPcopy
hub / github.com/anthropics/anthropic-sdk-python / SyncHttpxClientWrapper

Class SyncHttpxClientWrapper

src/anthropic/_base_client.py:967–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

965
966
967class SyncHttpxClientWrapper(DefaultHttpxClient):
968 def __del__(self) -> None:
969 if self.is_closed:
970 return
971
972 try:
973 self.close()
974 except Exception:
975 pass
976
977
978class SyncAPIClient(BaseClient[httpx.Client, Stream[Any]]):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected