Package Bio :: Package MultiProc :: Module copen :: Class _PickleHandle
[show private | hide private]
[frames | no frames]

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
  __init__(self, pid, cread, errread)
Create a wrapper around a running process.
  __getattr__(self, attr)
  read(self)
Return a Python object or ''.

Method Details

__init__(self, pid, cread, errread=None)
(Constructor)

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 ''.

Generated by Epydoc 2.1 on Thu Mar 31 20:15:52 2005 http://epydoc.sf.net