MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __exit__

Method __exit__

tools/tempfiles.py:45–47  ·  view source on GitHub ↗
(self_, _type, _value, _traceback)

Source from the content-addressed store, hash-verified

43 return self_.file.name
44
45 def __exit__(self_, _type, _value, _traceback): # noqa: DC02
46 if not self.save_debug_files:
47 utils.delete_file(self_.file.name)
48 return TempFileObject()
49
50 def get_dir(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected