Lines Matching defs:sys
17 import sys
89 sys.exit("Please specify only one option at once.")
92 sys.exit("Please specify valid input in the following format: "
97 sys.exit("The current Git tree is dirty (see 'git status'). "
111 sys.exit("Please specify a valid Python regex.")
121 COLOR = args.color and sys.stdout.isatty()
129 sys.exit(0)
317 sys.exit(1)
482 os.dup2(devnull, sys.stdout.fileno())
483 sys.exit(1) # Python exits with error code 1 on EPIPE