Home | History | Annotate | Download | only in Lib

Lines Matching defs:exit

811             parser.exit()

814 parser.exit()
1250 help=_("show this help message and exit"))
1255 help=_("show program's version number and exit"))
1376 sys.exit() with an error message. On success returns a pair
1570 def exit(self, status=0, msg=None):
1573 sys.exit(status)
1578 Print a usage message incorporating 'msg' to stderr and exit.
1580 should either exit or raise an exception.
1583 self.exit(2, "%s: error: %s\n" % (self.get_prog_name(), msg))