Home | History | Annotate | Download | only in Lib

Lines Matching defs:exit

995         parser.exit()

1005 help="show program's version number and exit"):
1020 parser.exit(message=formatter.format_help())
1600 help=_('show this help message and exit'))
1606 help=_("show program's version number and exit"))
1718 # parse the arguments and exit if there are any errors
1837 # successfully matched the option; exit the loop
1852 # if successful, exit the loop
2332 def exit(self, status=0, message=None):
2335 _sys.exit(status)
2344 should either exit or raise an exception.
2347 self.exit(2, _('%s: error: %s\n') % (self.prog, message))