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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
io.py 44 __all__ = ["BlockingIOError", "open", "IOBase", "RawIOBase", "FileIO",
54 from _io import (DEFAULT_BUFFER_SIZE, BlockingIOError, UnsupportedOperation,