Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
def
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
127
def
print_count(data):
Callers
1
transform.py
File · 0.85
Calls
1
write
Method · 0.80
Tested by
no test coverage detected