Home
last modified time | relevance | path

Searched refs:con_lost_fut (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_buffered_proto.py8 def __init__(self, cb, con_lost_fut): argument
10 self.con_lost_fut = con_lost_fut
21 self.con_lost_fut.set_result(None)
23 self.con_lost_fut.set_exception(exc)