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

  /external/python/cpython3/Lib/asyncio/
base_events.py 236 self._timer_cancelled_count = 0
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_base_events.py 478 self.assertEqual(self.loop._timer_cancelled_count, cancelled_count)
484 self.assertEqual(self.loop._timer_cancelled_count, cancelled_count)
    [all...]

Completed in 343 milliseconds