Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __del__
Method
__del__
Lib/wave.py:482–483 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
480
self._headerwritten = False
481
482
def
__del__(self):
483
self.close()
484
485
def
__enter__(self):
486
return
self
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected