diff options
author | Zearin <zearin@gonk.net> | 2011-10-07 10:35:21 -0400 |
---|---|---|
committer | Zearin <zearin@gonk.net> | 2011-10-07 10:35:21 -0400 |
commit | 07b4dc3d6991cbdc420c246e807371c97a467d1a (patch) | |
tree | 329febd532aedfcd4daf92c807e802d1535c8f88 /doxygen/man/man3/cmd2_OptionParser.3 | |
parent | 36a2424cfd8c44d9f63bb4e2d7ac69cf7bce3940 (diff) | |
parent | 04cdcb0feb369ac4c60e10ccdc139c57e8b52e62 (diff) | |
download | cmd2-master.tar.gz |
Diffstat (limited to 'doxygen/man/man3/cmd2_OptionParser.3')
-rw-r--r-- | doxygen/man/man3/cmd2_OptionParser.3 | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/doxygen/man/man3/cmd2_OptionParser.3 b/doxygen/man/man3/cmd2_OptionParser.3 deleted file mode 100644 index 15d1f0a..0000000 --- a/doxygen/man/man3/cmd2_OptionParser.3 +++ /dev/null @@ -1,82 +0,0 @@ -.TH "cmd2::OptionParser" 3 "Fri Sep 9 2011" "Cmd2" \" -*- nroff -*- -.ad l -.nh -.SH NAME -cmd2::OptionParser \- -.SH SYNOPSIS -.br -.PP -.SS "Public Member Functions" - -.in +1c -.ti -1c -.RI "def \fBerror\fP" -.br -.ti -1c -.RI "def \fBexit\fP" -.br -.ti -1c -.RI "def \fBprint_help\fP" -.br -.in -1c -.SH "Detailed Description" -.PP -Definition at line 64 of file cmd2\&.py'\&. -.SH "Member Function Documentation" -.PP -.SS "def cmd2::OptionParser::error (self, msg)".PP -.nf -error(msg : string) - -Print a usage message incorporating 'msg' to stderr and exit. -If you override this in a subclass, it should not return -- it -should either exit or raise an exception. -.fi -.PP - -.PP -Definition at line 77 of file cmd2\&.py'\&. -.PP -.nf -77 -78 def error(self, msg): -79 '''error(msg : string) -80 -81 Print a usage message incorporating 'msg' to stderr and exit\&. -82 If you override this in a subclass, it should not return -- it -83 should either exit or raise an exception\&. -84 ''' -85 raise optparse\&.OptParseError(msg) - -.fi -.SS "def cmd2::OptionParser::exit (self, status = \fC0\fP, msg = \fCNone\fP)" -.PP -Definition at line 65 of file cmd2\&.py'\&. -.PP -.nf -65 -66 def exit(self, status=0, msg=None): -67 self\&.values\&._exit = True -68 if msg: -69 print (msg) - -.fi -.SS "def cmd2::OptionParser::print_help (self, args, kwargs)" -.PP -Definition at line 70 of file cmd2\&.py'\&. -.PP -.nf -70 -71 def print_help(self, *args, **kwargs): -72 try: -73 print (self\&._func\&.__doc__) -74 except AttributeError: -75 pass -76 optparse\&.OptionParser\&.print_help(self, *args, **kwargs) - -.fi - - -.SH "Author" -.PP -Generated automatically by Doxygen for Cmd2 from the source code'\&. |