| Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.PackageSet --+
|
CommandOutputSet
This class creates a PackageSet from the output of a shell command.
The shell command should produce one atom per line, that is:
>>> atom1
atom2
...
atomN
Args:
name: A string that identifies the set.
command: A string or sequence identifying the command to run
(see the subprocess.Popen documentaion for the format)
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
_operations =
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 23 22:25:35 2013 | http://epydoc.sourceforge.net |