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

  /external/python/cpython3/Lib/asyncio/
base_tasks.py 11 if task._must_cancel:
tasks.py 111 self._must_cancel = False
203 self._must_cancel = True
210 if self._must_cancel:
213 self._must_cancel = False
227 if self._must_cancel:
229 self._must_cancel = False
261 if self._must_cancel:
263 self._must_cancel = False
  /external/python/cpython3/Lib/test/test_asyncio/
test_tasks.py 563 self.assertTrue(t._must_cancel) # White-box test.
572 self.assertFalse(t._must_cancel) # White-box test.
583 self.assertTrue(t._must_cancel) # White-box test.
590 self.assertFalse(t._must_cancel) # White-box test.
    [all...]

Completed in 87 milliseconds