HomeSort by relevance Sort by last modified time
    Searched refs:fut1 (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/test/test_asyncio/
test_tasks.py 505 fut1 = self.new_future(self.loop)
509 await fut1
517 self.assertIs(t._fut_waiter, fut1) # White-box test.
518 fut1.set_result(None)
528 fut1 = self.new_future(self.loop)
533 await fut1
543 self.assertIs(t._fut_waiter, fut1) # White-box test.
544 fut1.set_result(None)
    [all...]
test_proactor_events.py 421 fut1 = asyncio.Future(loop=self.loop)
422 self.loop._proactor.send.return_value = fut1
    [all...]

Completed in 1926 milliseconds