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

  /external/python/cpython2/Lib/idlelib/idle_test/
test_io.py 3 from idlelib.PyShell import PseudoInputFile, PseudoOutputFile
164 f = PseudoInputFile(shell, 'stdin', 'utf-8')
178 f = PseudoInputFile(shell, 'stdin', 'utf-8')
187 f = PseudoInputFile(shell, 'stdin', 'utf-8')
207 f = PseudoInputFile(shell, 'stdin', 'utf-8')
232 f = PseudoInputFile(shell, 'stdin', 'utf-8')
253 f = PseudoInputFile(shell, 'stdin', 'utf-8')
  /external/python/cpython3/Lib/idlelib/idle_test/
test_run.py 73 f = run.PseudoInputFile(shell, 'stdin', 'utf-8')
87 f = run.PseudoInputFile(shell, 'stdin', 'utf-8')
96 f = run.PseudoInputFile(shell, 'stdin', 'utf-8')
116 f = run.PseudoInputFile(shell, 'stdin', 'utf-8')
141 f = run.PseudoInputFile(shell, 'stdin', 'utf-8')
162 f = run.PseudoInputFile(shell, 'stdin', 'utf-8')
  /external/python/cpython3/Lib/idlelib/
run.py 365 class PseudoInputFile(PseudoFile):
424 sys.stdin = PseudoInputFile(self.console, "stdin",
pyshell.py 55 from idlelib.run import idle_formatwarning, PseudoInputFile, PseudoOutputFile
    [all...]
  /external/python/cpython2/Lib/idlelib/
run.py 280 sys.stdin = PyShell.PseudoInputFile(self.console, "stdin",
PyShell.py     [all...]

Completed in 139 milliseconds