Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/asyncio/unix_events.py:590–592 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
588
return
self._closing
589
590
def
close(self):
591
if
not self._closing:
592
self._close(None)
593
594
def
__del__(self, _warn=warnings.warn):
595
if
self._pipe is not None:
Callers
nothing calls this directly
Calls
1
_close
Method · 0.95
Tested by
no test coverage detected