| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
_shell
Singleton class that creates Process objects for commands passed.
Not meant to be instantiated; use the sh instance.
>>> p = sh.wc("-w") >>> p.__class__ <class 'cliutils.process.Process'> >>> p._command ['wc', '-w']
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__getattribute__('name') <==> x.name
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Sep 27 12:03:41 2008 | http://epydoc.sourceforge.net |