Home | History | Annotate | Download | only in python2.7

Lines Matching refs:fd2output

1410             fd2output = {}
1428 fd2output[self.stdout.fileno()] = stdout = []
1431 fd2output[self.stderr.fileno()] = stderr = []
1459 fd2output[fd].append(data)