Home | History | Annotate | Download | only in Lib

Lines Matching defs:exit

808             parser.exit()
811 parser.exit()
1238 help=_("show this help message and exit"))
1243 help=_("show program's version number and exit"))
1364 sys.exit() with an error message. On success returns a pair
1556 def exit(self, status=0, msg=None):
1559 sys.exit(status)
1564 Print a usage message incorporating 'msg' to stderr and exit.
1566 should either exit or raise an exception.
1569 self.exit(2, "%s: error: %s\n" % (self.get_prog_name(), msg))