MCPcopy 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
137class SockSendfileMixin(SendfileBase):

Calls 1

run_until_completeMethod · 0.45

Tested by

no test coverage detected