MCPcopy 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_handleMethod · 0.95
loop_accept_pipeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected