Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dwavesystems/dwave-cloud-client
/ touch
Function
touch
tests/test_cli.py:51–54 ·
view source on GitHub ↗
Implements UNIX `touch`.
(path)
Source
from the content-addressed store, hash-verified
49
50
51
def
touch(path):
52
""
"Implements UNIX `touch`."
""
53
with
open(path,
'a'
):
54
os.utime(path, None)
55
56
57
class
TestConfigCreate(unittest.TestCase):
Callers
6
test_config_ls
Method · 0.85
test_ping
Method · 0.85
test_sample
Method · 0.85
test_solvers
Method · 0.85
test_upload
Method · 0.85
test_region_ls
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected