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

Method clear

tests/test_testing.py:39–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 self.alt = str(uuid.uuid4())
38
39 def clear(self):
40 if self.var in os.environ:
41 del os.environ[self.var]
42
43 def setval(self):
44 os.environ[self.var] = self.val

Callers 9

test_addMethod · 0.95
wait_multipleMethod · 0.80
_do_poll_problemsMethod · 0.80
test_fetch_tokenMethod · 0.80
test_token_setterMethod · 0.80
test_refresh_tokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected