Home | Trees | Indices | Help |
|
---|
|
object --+ | FilteredInputFile
a pseudo-file that allows piping data thorugh a shell command.
It supports read, readline, and close. Close closes the original file, too.
Warning: the command passed in will be shell-expanded (which is fair since you can pass in any command you want anyway).
If you pass silent=True, stderr will be redirected to /dev/null. This is probably only attractive for unit tests and such.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |