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

  /external/python/cpython3/Lib/asyncio/
selector_events.py 118 except InterruptedError:
161 except (BlockingIOError, InterruptedError, ConnectionAbortedError):
367 except (BlockingIOError, InterruptedError):
401 except (BlockingIOError, InterruptedError):
435 except (BlockingIOError, InterruptedError):
470 except (BlockingIOError, InterruptedError):
495 except (BlockingIOError, InterruptedError):
526 except (BlockingIOError, InterruptedError):
781 except (BlockingIOError, InterruptedError):
802 except (BlockingIOError, InterruptedError)
    [all...]
unix_events.py 362 except (BlockingIOError, InterruptedError):
479 except (BlockingIOError, InterruptedError):
642 except (BlockingIOError, InterruptedError):
662 except (BlockingIOError, InterruptedError):
    [all...]
  /external/python/cpython3/Lib/
selectors.py 324 except InterruptedError:
416 except InterruptedError:
469 except InterruptedError:
559 except InterruptedError:
socket.py 525 except (BlockingIOError, InterruptedError):
  /external/python/cpython3/Objects/
exceptions.c     [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_selector_events.py 359 sock.send.side_effect = InterruptedError
    [all...]

Completed in 229 milliseconds