Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_add
Method · 0.95
wait_multiple
Method · 0.80
_do_poll_problems
Method · 0.80
test_fetch_token
Method · 0.80
test_token_setter
Method · 0.80
test_refresh_token
Method · 0.80
test_revoke_token_request_formation
Method · 0.80
test_revoke_token_default_request_formation
Method · 0.80
test_time_based_validation_only
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected