Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _close
Method
_close
Lib/multiprocessing/connection.py:388–389 ·
view source on GitHub ↗
(self, _close=_multiprocessing.closesocket)
Source
from the content-addressed store, hash-verified
386
387
if
_winapi:
388
def
_close(self, _close=_multiprocessing.closesocket):
389
_close(self._handle)
390
_write = _multiprocessing.send
391
_read = _multiprocessing.recv
392
else
:
Callers
2
__del__
Method · 0.45
close
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected