MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / _safe_print

Function _safe_print

src/benchmarks/elaipbench/instance.py:17–19  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

15
16
17def _safe_print(*args, **kwargs):
18 with _print_lock:
19 print(*args, **kwargs)
20
21
22def run_instance(

Callers 1

run_instanceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected