OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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,
_pyio.py
32
class
BlockingIOError
(IOError):
601
BlockingIOError
if the underlying raw stream is in non-blocking
624
Raises
BlockingIOError
if the underlying raw stream has no
641
Raises
BlockingIOError
if the underlying raw stream has no
662
Raises
BlockingIOError
if the buffer is full and the
727
# may raise
BlockingIOError
or BrokenPipeError etc
[
all
...]
/prebuilts/python/linux-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,
_pyio.py
32
class
BlockingIOError
(IOError):
601
BlockingIOError
if the underlying raw stream is in non-blocking
624
Raises
BlockingIOError
if the underlying raw stream has no
641
Raises
BlockingIOError
if the underlying raw stream has no
662
Raises
BlockingIOError
if the buffer is full and the
727
# may raise
BlockingIOError
or BrokenPipeError etc
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py
249
BlockingIOError
= io.
BlockingIOError
252
BlockingIOError
= pyio.
BlockingIOError
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py
249
BlockingIOError
= io.
BlockingIOError
252
BlockingIOError
= pyio.
BlockingIOError
[
all
...]
Completed in 34 milliseconds