MCPcopy 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
876class _WindowsSubprocessTransport(base_subprocess.BaseSubprocessTransport):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected