Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __del__
Method
__del__
Lib/asyncio/windows_events.py:872–873 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
870
self._iocp = None
871
872
def
__del__(self):
873
self.close()
874
875
876
class
_WindowsSubprocessTransport(base_subprocess.BaseSubprocessTransport):
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected