Home | History | Annotate | Download | only in Lib

Lines Matching defs:exit

812             parser.exit()

815 parser.exit()
1251 help=_("show this help message and exit"))
1256 help=_("show program's version number and exit"))
1377 sys.exit() with an error message. On success returns a pair
1571 def exit(self, status=0, msg=None):
1574 sys.exit(status)
1579 Print a usage message incorporating 'msg' to stderr and exit.
1581 should either exit or raise an exception.
1584 self.exit(2, "%s: error: %s\n" % (self.get_prog_name(), msg))