Home | History | Annotate | Download | only in pybench

Lines Matching defs:exit

388             process is terminated with the return value as exit code.
393 def exit(self, rc=0):
395 """ Exit the program.
397 rc is used as exit code and passed back to the calling
438 sys.exit(1)
443 sys.exit(rc)
476 sys.exit(rc)
486 process is terminated with the return value as exit code.
548 # and the return value is passed to sys.exit() as argument.
606 The return value is passed to sys.exit() as argument. If
608 exceptions are reported with exit status code 1 (see