HomeSort by relevance Sort by last modified time
    Searched refs:PyShell (Results 1 - 25 of 45) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
idle 3 from idlelib.PyShell import main
  /external/python/cpython2/Tools/scripts/
idle 3 from idlelib.PyShell import main
  /prebuilts/python/darwin-x86/2.7.5/bin/
idle 3 from idlelib.PyShell import main
  /prebuilts/python/linux-x86/2.7.5/bin/
idle 3 from idlelib.PyShell import main
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
idle.py 10 import idlelib.PyShell
11 idlelib.PyShell.main()
ClassBrowser.py 17 from idlelib import PyShell
85 PyShell.flist.open(self.file)
166 edit = PyShell.flist.open(self.file)
202 edit = PyShell.flist.open(self.file)
216 ClassBrowser(PyShell.flist, name, [dir])
PathBrowser.py 89 from idlelib import PyShell
90 PathBrowser(PyShell.flist)
run.py 18 from idlelib import PyShell
197 if not line and fn.startswith("<pyshell#"):
261 sys.stdin = PyShell.PseudoInputFile(self.console, "stdin",
263 sys.stdout = PyShell.PseudoOutputFile(self.console, "stdout",
265 sys.stderr = PyShell.PseudoOutputFile(self.console, "stderr",
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
idle.py 10 import idlelib.PyShell
11 idlelib.PyShell.main()
ClassBrowser.py 17 from idlelib import PyShell
85 PyShell.flist.open(self.file)
166 edit = PyShell.flist.open(self.file)
202 edit = PyShell.flist.open(self.file)
216 ClassBrowser(PyShell.flist, name, [dir])
PathBrowser.py 89 from idlelib import PyShell
90 PathBrowser(PyShell.flist)
run.py 18 from idlelib import PyShell
197 if not line and fn.startswith("<pyshell#"):
261 sys.stdin = PyShell.PseudoInputFile(self.console, "stdin",
263 sys.stdout = PyShell.PseudoOutputFile(self.console, "stdout",
265 sys.stderr = PyShell.PseudoOutputFile(self.console, "stderr",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
idle.py 10 import idlelib.PyShell
11 idlelib.PyShell.main()
ClassBrowser.py 17 from idlelib import PyShell
85 PyShell.flist.open(self.file)
166 edit = PyShell.flist.open(self.file)
202 edit = PyShell.flist.open(self.file)
216 ClassBrowser(PyShell.flist, name, [dir])
PathBrowser.py 89 from idlelib import PyShell
90 PathBrowser(PyShell.flist)
run.py 18 from idlelib import PyShell
197 if not line and fn.startswith("<pyshell#"):
261 sys.stdin = PyShell.PseudoInputFile(self.console, "stdin",
263 sys.stdout = PyShell.PseudoOutputFile(self.console, "stdout",
265 sys.stderr = PyShell.PseudoOutputFile(self.console, "stderr",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
idle.py 10 import idlelib.PyShell
11 idlelib.PyShell.main()
ClassBrowser.py 17 from idlelib import PyShell
85 PyShell.flist.open(self.file)
166 edit = PyShell.flist.open(self.file)
202 edit = PyShell.flist.open(self.file)
216 ClassBrowser(PyShell.flist, name, [dir])
PathBrowser.py 89 from idlelib import PyShell
90 PathBrowser(PyShell.flist)
run.py 18 from idlelib import PyShell
197 if not line and fn.startswith("<pyshell#"):
261 sys.stdin = PyShell.PseudoInputFile(self.console, "stdin",
263 sys.stdout = PyShell.PseudoOutputFile(self.console, "stdout",
265 sys.stderr = PyShell.PseudoOutputFile(self.console, "stderr",
  /external/python/cpython2/Lib/idlelib/
idle.py 12 from idlelib.PyShell import main # This is subject to change
ClassBrowser.py 17 from idlelib import PyShell
23 # Normally PyShell.flist.open, but there is no PyShell.flist for htest.
35 file_open = PyShell.flist.open
98 PyShell.flist.open(self.file)
229 flist = PyShell.PyShellFileList(parent)
  /external/python/cpython2/Mac/IDLE/
idlemain.py 71 from idlelib.PyShell import main
  /external/python/cpython2/Lib/idlelib/idle_test/
test_editmenu.py 8 from idlelib import PyShell
22 PyShell.fix_x11_paste(root)
test_warning.py 1 '''Test warnings replacement in PyShell.py and run.py.
20 from idlelib import PyShell as shell
22 # The following was generated from PyShell.idle_formatwarning

Completed in 1760 milliseconds

1 2