Lines Matching refs:stdout
47 sys.stdout.write("Serving {}\r\n".format(os.path.relpath(filename)))
71 stdout=subprocess.PIPE
78 stdin=local_md5_sum_proc.stdout,
79 stdout=subprocess.PIPE,
94 ], stdout=sys.stdout if verbose else open(os.devnull, 'wb'))
118 if sys.stdout.isatty():
129 def PrintUsage(file=sys.stdout):
134 def PrintHelp(file=sys.stdout):
179 PrintHelp(sys.stdout)