| Trees | Indices | Help |
|
|---|
|
|
object --+
|
ArgsParser
>>> unparsed_args = ["moocow"]
>>> args = ArgsParser(unparsed_args, [('infile', 'defaultin'), ('outfile', 'defaultout')])
>>> args.infile
'moocow'
>>> args.outfile
'defaultout'
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 18 17:53:38 2011 | http://epydoc.sourceforge.net |