Home | Trees | Indices | Help |
|
---|
|
2 optionManager.add_option('-E','--emax', 3 action='store', 4 metavar="<##>", 5 type="int",dest="emax", 6 default=None, 7 help="keep match with no more than emax errors") 8 9 optionManager.add_option('-e','--emin', 10 action='store', 11 metavar="<##>", 12 type="int",dest="emin", 13 default=0, 14 help="keep match with at least emin errors")15
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 22 10:48:43 2009 | http://epydoc.sourceforge.net |