HomeSort by relevance Sort by last modified time
    Searched refs:PseudoOutputFile (Results 1 - 14 of 14) sorted by null

  /external/python/cpython2/Lib/idlelib/idle_test/
test_io.py 3 from idlelib.PyShell import PseudoInputFile, PseudoOutputFile
53 f = PseudoOutputFile(shell, 'stdout', 'utf-8')
67 f = PseudoOutputFile(shell, 'stdout', 'utf-8')
76 f = PseudoOutputFile(shell, 'stdout', 'utf-8')
109 f = PseudoOutputFile(shell, 'stdout', 'utf-8')
150 f = PseudoOutputFile(shell, 'stdout', 'utf-8')
  /external/python/cpython3/Lib/idlelib/idle_test/
test_iomenu.py 4 from idlelib.run import PseudoInputFile, PseudoOutputFile
44 f = PseudoOutputFile(shell, 'stdout', 'utf-8')
58 f = PseudoOutputFile(shell, 'stdout', 'utf-8')
67 f = PseudoOutputFile(shell, 'stdout', 'utf-8')
90 f = PseudoOutputFile(shell, 'stdout', 'utf-8')
120 f = PseudoOutputFile(shell, 'stdout', 'utf-8')
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
run.py 263 sys.stdout = PyShell.PseudoOutputFile(self.console, "stdout",
265 sys.stderr = PyShell.PseudoOutputFile(self.console, "stderr",
PyShell.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
run.py 263 sys.stdout = PyShell.PseudoOutputFile(self.console, "stdout",
265 sys.stderr = PyShell.PseudoOutputFile(self.console, "stderr",
PyShell.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
run.py 263 sys.stdout = PyShell.PseudoOutputFile(self.console, "stdout",
265 sys.stderr = PyShell.PseudoOutputFile(self.console, "stderr",
PyShell.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
run.py 263 sys.stdout = PyShell.PseudoOutputFile(self.console, "stdout",
265 sys.stderr = PyShell.PseudoOutputFile(self.console, "stderr",
PyShell.py     [all...]
  /external/python/cpython3/Lib/idlelib/
run.py 335 class PseudoOutputFile(PseudoFile):
412 sys.stdout = PseudoOutputFile(self.console, "stdout",
414 sys.stderr = PseudoOutputFile(self.console, "stderr",
pyshell.py 44 from idlelib.run import idle_formatwarning, PseudoInputFile, PseudoOutputFile
    [all...]
  /external/python/cpython2/Lib/idlelib/
run.py 282 sys.stdout = PyShell.PseudoOutputFile(self.console, "stdout",
284 sys.stderr = PyShell.PseudoOutputFile(self.console, "stderr",
PyShell.py     [all...]

Completed in 952 milliseconds