Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dwavesystems/dwave-cloud-client
/ close
Method
close
dwave/cloud/api/client.py:928–929 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
926
return
cls.from_config_file(**kwargs)
927
928
def
close(self):
929
self.session.close()
930
931
def
__enter__(self):
932
return
self
Callers
5
__exit__
Method · 0.95
test_defaults
Method · 0.95
get_chunks
Method · 0.45
close
Method · 0.45
request
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_defaults
Method · 0.76