Searched refs:_timer_handle_cancelled (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/asyncio/ | ||
D | events.py | 150 self._loop._timer_handle_cancelled(self) |
D | base_events.py | 1816 def _timer_handle_cancelled(self, handle): member in BaseEventLoop |