Home | History | Annotate | Download | only in Lib

Lines Matching defs:exit

1021         parser.exit()
1031 help="show program's version number and exit"):
1047 parser.exit()
1649 help=_('show this help message and exit'))
1760 # parse the arguments and exit if there are any errors
1879 # successfully matched the option; exit the loop
1894 # if successful, exit the loop
2373 def exit(self, status=0, message=None):
2376 _sys.exit(status)
2385 should either exit or raise an exception.
2389 self.exit(2, _('%(prog)s: error: %(message)s\n') % args)