MCPcopy Create free account
hub / github.com/Clearailhc/ACE2005-toolkit / save_data

Function save_data

transform.py:122–124  ·  view source on GitHub ↗
(data, path)

Source from the content-addressed store, hash-verified

120
121
122def save_data(data, path):
123 with open(path, 'w', encoding='utf8') as f:
124 f.write(json.dumps(data, indent=4, ensure_ascii=False) + '\n')
125
126
127def print_count(data):

Callers 1

transform.pyFile · 0.85

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected