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

Method set_exception

dwave/cloud/auth/server.py:284–285  ·  view source on GitHub ↗
(self, exc)

Source from the content-addressed store, hash-verified

282 # but we don't need that for now
283
284 def set_exception(self, exc):
285 self._exc = exc
286
287 def exception(self):
288 if hasattr(self, '_exc') and self._exc:

Callers 2

__init__Method · 0.80
exchange_codeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected