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 Sun May 3 15:51:33 2009 | http://epydoc.sourceforge.net |