Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __del__
Method
__del__
Lib/wave.py:470–471 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
468
self._headerwritten = False
469
470
def
__del__(self):
471
self.close()
472
473
def
__enter__(self):
474
return
self
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected