MCPcopy
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

Calls 1

_close_credentialsFunction · 0.85