MCPcopy Create free account
hub / github.com/caelan/pddlstream / write

Function write

pddlstream/utils.py:45–47  ·  view source on GitHub ↗
(filename, string)

Source from the content-addressed store, hash-verified

43
44
45def write(filename, string):
46 with open(filename, 'w') as f:
47 f.write(string)
48
49
50def write_pickle(filename, data):

Callers 1

write_pddlFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected