Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/evalplus/evalplus
/ create_tempdir
Function
create_tempdir
evalplus/eval/utils.py:56–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
55
@contextlib.contextmanager
56
def
create_tempdir():
57
with
tempfile.TemporaryDirectory()
as
dirname:
58
with
chdir(dirname):
59
yield
dirname
60
61
62
@contextlib.contextmanager
Callers
3
unsafe_execute
Function · 0.90
unsafe_execute
Function · 0.90
get_instruction_count_shared_mem
Function · 0.90
Calls
1
chdir
Function · 0.85
Tested by
no test coverage detected