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

  /external/python/cpython3/Lib/idlelib/idle_test/
test_pyshell.py 28 self.assertEqual(psfl.EditorWindow, pyshell.PyShellEditorWindow)
htest.py 62 pyshell.PyShellEditorWindow
  /external/python/cpython2/Lib/idlelib/idle_test/
htest.py 62 PyShell.PyShellEditorWindow
  /external/python/cpython2/Lib/idlelib/
PyShell.py 125 class PyShellEditorWindow(EditorWindow):
315 # override FileList's class variable, instances return PyShellEditorWindow
317 EditorWindow = PyShellEditorWindow
    [all...]
  /external/python/cpython3/Lib/idlelib/
pyshell.py 124 class PyShellEditorWindow(EditorWindow):
316 # override FileList's class variable, instances return PyShellEditorWindow
318 EditorWindow = PyShellEditorWindow
    [all...]

Completed in 632 milliseconds