Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/evalplus/evalplus
/ write
Function
write
tools/filter_inputs.py:17–19 ·
view source on GitHub ↗
(new_input_dict)
Source
from the content-addressed store, hash-verified
15
16
17
def
write(new_input_dict):
18
with
open(new_input_path,
"a"
)
as
f:
19
f.write(json.dumps(new_input_dict) +
"\n"
)
20
21
22
if
__name__ ==
"__main__"
:
Callers
1
filter_inputs.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected