Home | History | Annotate | Download | only in Lib

Lines Matching defs:exit

997         parser.exit()

1007 help="show program's version number and exit"):
1022 parser.exit(message=formatter.format_help())
1613 help=_('show this help message and exit'))
1619 help=_("show program's version number and exit"))
1731 # parse the arguments and exit if there are any errors
1850 # successfully matched the option; exit the loop
1865 # if successful, exit the loop
2359 def exit(self, status=0, message=None):
2362 _sys.exit(status)
2371 should either exit or raise an exception.
2374 self.exit(2, _('%s: error: %s\n') % (self.prog, message))