MCPcopy Create free account
hub / github.com/NVIDIA/SOL-ExecBench / __del__

Method __del__

src/sol_execbench/driver/problem_packager.py:112–114  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110 self._write_sources()
111
112 def __del__(self):
113 if not self.keep_output_dir:
114 shutil.rmtree(self.output_dir, ignore_errors=True)
115
116 @property
117 def _is_cpp(self) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected