Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dwavesystems/dwave-cloud-client
/ time_dwave_help
Method
time_dwave_help
benchmarks/benchmarks.py:91–92 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
89
version =
"1"
90
91
def
time_dwave_help(self):
92
subprocess.run(
'dwave --help'
, capture_output=True, shell=True)
93
94
def
time_dwave_ping_unauthenticated(self):
95
with
isolated_environ(add=dict(DWAVE_API_TOKEN=
'invalid'
)):
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected