Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ run_loop
Method
run_loop
Lib/test/test_asyncio/test_sendfile.py:133–134 ·
view source on GitHub ↗
(self, coro)
Source
from the content-addressed store, hash-verified
131
super().tearDown()
132
133
def
run_loop(self, coro):
134
return
self.loop.run_until_complete(coro)
135
136
137
class
SockSendfileMixin(SendfileBase):
Callers
15
prepare_socksendfile
Method · 0.45
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
prepare_sendfile
Method · 0.45
cleanup
Method · 0.45
test_sendfile_not_supported
Method · 0.45
test_sendfile
Method · 0.45
test_sendfile_force_fallback
Method · 0.45
test_sendfile_force_unsupported_native
Method · 0.45
Calls
1
run_until_complete
Method · 0.45
Tested by
no test coverage detected