MCPcopy Create free account
hub / github.com/dwavesystems/dwave-cloud-client / __exit__

Method __exit__

dwave/cloud/api/client.py:934–935  ·  view source on GitHub ↗
(self, exc_type, exc_value, traceback)

Source from the content-addressed store, hash-verified

932 return self
933
934 def __exit__(self, exc_type, exc_value, traceback):
935 self.close()
936
937 @staticmethod
938 def _retry_config(backoff_max=None, **kwargs):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected