Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __del__
Method
__del__
Lib/multiprocessing/connection.py:134–136 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
132
# XXX should we use util.Finalize instead of a __del__?
133
134
def
__del__(self):
135
if
self._handle is not None:
136
self._close()
137
138
def
_check_closed(self):
139
if
self._handle is None:
Callers
nothing calls this directly
Calls
1
_close
Method · 0.45
Tested by
no test coverage detected