Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dunix_events.py376 self._sock_add_cancellation_callback(fut, sock)
418 self._sock_add_cancellation_callback(fut, sock)
427 def _sock_add_cancellation_callback(self, fut, sock): member in _UnixSelectorEventLoop