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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_main.py 18 save_stdin = sys.stdin
27 sys.stdin = save_stdin
  /external/python/cpython2/Lib/lib2to3/tests/
test_main.py 41 save_stdin = sys.stdin
50 sys.stdin = save_stdin
  /external/python/cpython3/Lib/lib2to3/tests/
test_main.py 31 save_stdin = sys.stdin
40 sys.stdin = save_stdin
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rexec.py 383 if not hasattr(self, 'save_stdin'):
404 self.save_stdin = sys.stdin
409 sys.stdin = self.save_stdin
pdb.py 228 save_stdin = sys.stdin
237 sys.stdin = save_stdin
    [all...]
  /external/python/cpython2/Lib/
rexec.py 383 if not hasattr(self, 'save_stdin'):
404 self.save_stdin = sys.stdin
409 sys.stdin = self.save_stdin
pdb.py 228 save_stdin = sys.stdin
237 sys.stdin = save_stdin
    [all...]
  /external/python/cpython2/Lib/idlelib/
PyShell.py     [all...]
  /external/python/cpython3/Lib/idlelib/
pyshell.py     [all...]

Completed in 176 milliseconds