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

Method __del__

tools/webassembly.py:209–210  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

207 self._cache = {}
208
209 def __del__(self):
210 assert not self.buf, '`__exit__` should have already been called, please use context manager'
211
212 def __enter__(self):
213 return self

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected