MCPcopy 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_defaultsMethod · 0.95
get_chunksMethod · 0.45
closeMethod · 0.45
requestMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_defaultsMethod · 0.76