MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / emit

Function emit

benchmarks/runners/run_py.py:33–34  ·  view source on GitHub ↗
(**kw)

Source from the content-addressed store, hash-verified

31
32
33def emit(**kw):
34 print(json.dumps({"id": CASE_ID, "tool": TOOL, **kw}))
35
36
37if KASE is None:

Callers 3

run_py.pyFile · 0.70
run_sympyFunction · 0.70
run_numpyFunction · 0.70

Calls 1

printFunction · 0.50

Tested by

no test coverage detected