| Trees | Indices | Help |
|
|---|
|
|
object --+
|
portage.util.SlotObject.SlotObject --+
|
AsynchronousTask.AsynchronousTask --+
|
AbstractPollTask
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
_bufsize = 4096
|
|||
|
Inherited from |
|||
|
|||
| _exceptional_events | |||
| _registered_events | |||
| _registered | |||
| scheduler | |||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
NOTE: array.fromfile() is used here only for testing purposes, because it has bugs in all known versions of Python (including Python 2.7 and Python 3.2). See PipeReaderArrayTestCase. | POLLIN | RETURN | BIT | VALUE | --------------------------------------------------- | 1 | Read self._bufsize into an instance of | | array.array('B') and return it, handling | | EOFError and IOError. An empty array | | indicates EOF. | --------------------------------------------------- | 0 | None |
| POLLIN | RETURN | BIT | VALUE | --------------------------------------------------- | 1 | Read self._bufsize into a string of bytes, | | handling EAGAIN and EIO. An empty string | | of bytes indicates EOF. | --------------------------------------------------- | 0 | None |
|
|
|||
_exceptional_events
|
_registered_events
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 23 22:25:35 2013 | http://epydoc.sourceforge.net |