Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
94
class
SendfileBase:
Callers
6
cleanup
Method · 0.45
test_sock_sendfile_success
Method · 0.45
test_sock_sendfile_with_offset_and_count
Method · 0.45
test_sock_sendfile_zero_size
Method · 0.45
test_sock_sendfile_mix_with_regular_send
Method · 0.45
cleanup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected