Lines Matching defs:write
46 o.write('+ ')
49 o.write(repr(c) + ' ')
51 o.write(c + ' ')
52 o.write('\n')
108 proc.stdin.write('y\n')
140 sys.stderr.write('failed to create symlink "%s"\n' % path)
179 sys.stdout.write(out + '\n')
184 sys.stdout.write(copy + '\n')
186 sys.stdout.write('* * * COMPLETE * * *\n\n')
220 def write(self, o):
227 o.write('%s = %r\n' % (k, v))
233 sys.stderr.write(options.error + __doc__)
235 options.write(sys.stdout)