Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ closed
Method
closed
Lib/asyncio/windows_events.py:288–289 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
286
return
pipe
287
288
def
closed(self):
289
return
(self._address is None)
290
291
def
close(self):
292
if
self._accept_pipe_future is not None:
Callers
2
_server_pipe_handle
Method · 0.95
loop_accept_pipe
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected