Trees | Index | Help |
---|
Package Bio :: Package MultiProc :: Module copen :: Class _PickleHandle |
|
Members: pid what is the PID of the subprocess? killsig what signal killed the child process? status what was the status of the command?
Methods: close Close this process, killing it if necessary. fileno Return the fileno used to read from the process. wait Wait for the process to finish. poll Is the process finished? elapsed How much time has this process taken? read Return a Python object.Method Summary | |
---|---|
Create a wrapper around a running process. | |
__getattr__(self,
attr)
| |
Return a Python object or ''. |
Method Details |
---|
__init__(self,
pid,
cread,
errread=None)
Create a wrapper around a running process. pid is the process ID.
cread is the file object used to read from the child. errread is an
optional file object used to read errors from the child.
|
read(self)Return a Python object or ''. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sat Jul 16 15:48:58 2005 | http://epydoc.sf.net |