Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ wait_for
Method
wait_for
Lib/test/test_asyncio/test_tasks.py:429–430 ·
view source on GitHub ↗
(fut)
Source
from the content-addressed store, hash-verified
427
self.loop.set_debug(False)
428
429
async
def
wait_for(fut):
430
return
await fut
431
432
fut = self.new_future(self.loop)
433
task = self.new_task(self.loop, wait_for(fut))
Callers
15
_test_waitfor_f
Method · 0.45
_test_waitfor_timeout_f
Method · 0.45
f
Method · 0.45
test_stdin_stdout
Method · 0.45
test_communicate
Method · 0.45
test_communicate_none_input
Method · 0.45
kill_running
Method · 0.45
start_server
Method · 0.45
client
Method · 0.45
test_start_tls_client_reg_proto_1
Method · 0.45
test_create_connection_memory_leak
Method · 0.45
test_start_tls_client_buf_proto_1
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected