MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / mkdtemp

Function mkdtemp

tools/creduce.py:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9@contextlib.contextmanager
10def mkdtemp():
11 d = tempfile.mkdtemp()
12 yield d
13 shutil.rmtree(d, ignore_errors=True)
14
15def print_lines(lines):
16 for line in lines:

Callers 1

creduce.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected