MCPcopy 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_fMethod · 0.45
fMethod · 0.45
test_stdin_stdoutMethod · 0.45
test_communicateMethod · 0.45
kill_runningMethod · 0.45
start_serverMethod · 0.45
clientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected