MCPcopy Index your code
hub / github.com/python/cpython / wait_closed

Method wait_closed

Lib/test/test_asyncio/test_sendfile.py:90–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88 self.fut.set_result(None)
89
90 async def wait_closed(self):
91 await self.fut
92
93
94class SendfileBase:

Calls

no outgoing calls

Tested by

no test coverage detected