Lines Matching refs:exit
1120 parser.exit()
1130 help="show program's version number and exit"):
1146 parser.exit()
1788 help=_('show this help message and exit'))
1899 # parse the arguments and exit if there are any errors
2025 # successfully matched the option; exit the loop
2040 # if successful, exit the loop
2614 def exit(self, status=0, message=None):
2617 _sys.exit(status)
2626 should either exit or raise an exception.
2630 self.exit(2, _('%(prog)s: error: %(message)s\n') % args)