Lines Matching refs:stdout
211 def __init__(self, completekey='tab', stdin=None, stdout=None, skip=None,
214 cmd.Cmd.__init__(self, completekey, stdin, stdout)
216 if stdout:
443 save_stdout = sys.stdout
448 sys.stdout = self.stdout
452 sys.stdout = save_stdout
526 print(msg, file=self.stdout)
529 print('***', msg, file=self.stdout)
1179 p = Pdb(self.completekey, self.stdin, self.stdout)