Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
def
_safe_print(*args, **kwargs):
18
with
_print_lock:
19
print(*args, **kwargs)
20
21
22
def
run_instance(
Callers
1
run_instance
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected