| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Stream
Spyder-generated class
module builtin
file /home/sjoerd/Spyder-devel/builtin/Stream.spy
Class representing the input/output of a UNIX pipe
"out" contains the data received from stdout / sent to stdin
"err" contains the data received from stderr
If "err" is empty, only "out" is printed by a "print" statement
http://www.spyderware.nl/wiki/classes/Stream
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| *Data | out | ||
| *Data | err | ||
|
|||
|
Inherited from |
|||
|
|||
Opens a pipe to system command cmd self.out is sent to the pipe's stdin Returns a Stream containing the pipe's stdout in out and self.err + the pipe's stderr in err |
if self.err is None, this is equivalent to str(self.out)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon May 10 22:45:19 2010 | http://epydoc.sourceforge.net |