Lines Matching refs:stdout
140 sys.stdout.write('Byte-compiling python modules...\n')
147 sys.stdout.write(file)
148 sys.stdout.flush()
153 sys.stdout.write('\n')" || exit $?
164 sys.stdout.write('Byte-compiling python modules (optimized versions) ...\n')
171 sys.stdout.write(file)
172 sys.stdout.flush()
177 sys.stdout.write('\n')" 2>/dev/null || :
187 sys.stdout.write('Byte-compiling python modules (optimized versions) ...\n')
194 sys.stdout.write(file)
195 sys.stdout.flush()
200 sys.stdout.write('\n')" 2>/dev/null || exit $?