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

Method id

dwave/cloud/computation.py:545–547  ·  view source on GitHub ↗

Simple non-blocking id getter for backward compat.

(self)

Source from the content-addressed store, hash-verified

543
544 @property
545 def id(self):
546 """Simple non-blocking id getter for backward compat."""
547 return self._id
548
549 @id.setter
550 def id(self, value):

Callers

nothing calls this directly

Calls 1

setMethod · 0.80

Tested by

no test coverage detected