MCPcopy 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
17def write(new_input_dict):
18 with open(new_input_path, "a") as f:
19 f.write(json.dumps(new_input_dict) + "\n")
20
21
22if __name__ == "__main__":

Callers 1

filter_inputs.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected