Home
last modified time | relevance | path

Searched refs:pyshell (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_pyshell.py4 from idlelib import pyshell
20 line = pyshell.restart_line(width, file)
28 self.assertEqual(pyshell.restart_line(width, ''), expect)
29 self.assertEqual(pyshell.restart_line(taglen+2, ''), expect+' =')
49 psfl = pyshell.PyShellFileList(self.root)
50 self.assertEqual(psfl.EditorWindow, pyshell.PyShellEditorWindow)
51 self.assertIsNone(psfl.pyshell)
/dports/lang/python37/Python-3.7.12/Lib/idlelib/idle_test/
H A Dtest_pyshell.py4 from idlelib import pyshell
20 line = pyshell.restart_line(width, file)
28 self.assertEqual(pyshell.restart_line(width, ''), expect)
29 self.assertEqual(pyshell.restart_line(taglen+2, ''), expect+' =')
49 psfl = pyshell.PyShellFileList(self.root)
50 self.assertEqual(psfl.EditorWindow, pyshell.PyShellEditorWindow)
51 self.assertIsNone(psfl.pyshell)
/dports/lang/python38/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_pyshell.py4 from idlelib import pyshell
20 line = pyshell.restart_line(width, file)
28 self.assertEqual(pyshell.restart_line(width, ''), expect)
29 self.assertEqual(pyshell.restart_line(taglen+2, ''), expect+' =')
49 psfl = pyshell.PyShellFileList(self.root)
50 self.assertEqual(psfl.EditorWindow, pyshell.PyShellEditorWindow)
51 self.assertIsNone(psfl.pyshell)
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_pyshell.py4 from idlelib import pyshell
20 line = pyshell.restart_line(width, file)
28 self.assertEqual(pyshell.restart_line(width, ''), expect)
29 self.assertEqual(pyshell.restart_line(taglen+2, ''), expect+' =')
49 psfl = pyshell.PyShellFileList(self.root)
50 self.assertEqual(psfl.EditorWindow, pyshell.PyShellEditorWindow)
51 self.assertIsNone(psfl.pyshell)
/dports/lang/python39/Python-3.9.9/Lib/idlelib/idle_test/
H A Dtest_pyshell.py4 from idlelib import pyshell
20 line = pyshell.restart_line(width, file)
28 self.assertEqual(pyshell.restart_line(width, ''), expect)
29 self.assertEqual(pyshell.restart_line(taglen+2, ''), expect+' =')
49 psfl = pyshell.PyShellFileList(self.root)
50 self.assertEqual(psfl.EditorWindow, pyshell.PyShellEditorWindow)
51 self.assertIsNone(psfl.pyshell)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_pyshell.py4 from idlelib import pyshell
20 line = pyshell.restart_line(width, file)
28 self.assertEqual(pyshell.restart_line(width, ''), expect)
29 self.assertEqual(pyshell.restart_line(taglen+2, ''), expect+' =')
49 psfl = pyshell.PyShellFileList(self.root)
50 self.assertEqual(psfl.EditorWindow, pyshell.PyShellEditorWindow)
51 self.assertIsNone(psfl.pyshell)
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_pyshell.py4 from idlelib import pyshell
20 line = pyshell.restart_line(width, file)
28 self.assertEqual(pyshell.restart_line(width, ''), expect)
29 self.assertEqual(pyshell.restart_line(taglen+2, ''), expect+' =')
49 psfl = pyshell.PyShellFileList(self.root)
50 self.assertEqual(psfl.EditorWindow, pyshell.PyShellEditorWindow)
51 self.assertIsNone(psfl.pyshell)
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/
H A Didle.pyw2 import idlelib.pyshell
4 # IDLE is not installed, but maybe pyshell is on sys.path:
5 from . import pyshell
7 idledir = os.path.dirname(os.path.abspath(pyshell.__file__))
15 pyshell.main()
17 idlelib.pyshell.main()
H A D__main__.py6 import idlelib.pyshell
7 idlelib.pyshell.main()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/
H A Didle.pyw2 import idlelib.pyshell
4 # IDLE is not installed, but maybe pyshell is on sys.path:
5 from . import pyshell
7 idledir = os.path.dirname(os.path.abspath(pyshell.__file__))
15 pyshell.main()
17 idlelib.pyshell.main()
H A D__main__.py6 import idlelib.pyshell
7 idlelib.pyshell.main()
/dports/lang/python37/Python-3.7.12/Lib/idlelib/
H A Didle.pyw2 import idlelib.pyshell
4 # IDLE is not installed, but maybe pyshell is on sys.path:
5 from . import pyshell
7 idledir = os.path.dirname(os.path.abspath(pyshell.__file__))
15 pyshell.main()
17 idlelib.pyshell.main()
H A D__main__.py6 import idlelib.pyshell
7 idlelib.pyshell.main()
/dports/lang/python38/Python-3.8.12/Lib/idlelib/
H A Didle.pyw2 import idlelib.pyshell
4 # IDLE is not installed, but maybe pyshell is on sys.path:
5 from . import pyshell
7 idledir = os.path.dirname(os.path.abspath(pyshell.__file__))
15 pyshell.main()
17 idlelib.pyshell.main()
H A D__main__.py6 import idlelib.pyshell
7 idlelib.pyshell.main()
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/
H A Didle.pyw2 import idlelib.pyshell
4 # IDLE is not installed, but maybe pyshell is on sys.path:
5 from . import pyshell
7 idledir = os.path.dirname(os.path.abspath(pyshell.__file__))
15 pyshell.main()
17 idlelib.pyshell.main()
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/
H A Didle.pyw2 import idlelib.pyshell
4 # IDLE is not installed, but maybe pyshell is on sys.path:
5 from . import pyshell
7 idledir = os.path.dirname(os.path.abspath(pyshell.__file__))
15 pyshell.main()
17 idlelib.pyshell.main()
H A D__main__.py6 import idlelib.pyshell
7 idlelib.pyshell.main()
/dports/lang/python39/Python-3.9.9/Lib/idlelib/
H A Didle.pyw2 import idlelib.pyshell
4 # IDLE is not installed, but maybe pyshell is on sys.path:
5 from . import pyshell
7 idledir = os.path.dirname(os.path.abspath(pyshell.__file__))
15 pyshell.main()
17 idlelib.pyshell.main()
H A D__main__.py6 import idlelib.pyshell
7 idlelib.pyshell.main()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/
H A Didle.pyw2 import idlelib.pyshell
4 # IDLE is not installed, but maybe pyshell is on sys.path:
5 from . import pyshell
7 idledir = os.path.dirname(os.path.abspath(pyshell.__file__))
15 pyshell.main()
17 idlelib.pyshell.main()
/dports/lang/python310/Python-3.10.1/Lib/idlelib/
H A Didle.pyw2 import idlelib.pyshell
4 # IDLE is not installed, but maybe pyshell is on sys.path:
5 from . import pyshell
7 idledir = os.path.dirname(os.path.abspath(pyshell.__file__))
15 pyshell.main()
17 idlelib.pyshell.main()
H A D__main__.py6 import idlelib.pyshell
7 idlelib.pyshell.main()
/dports/lang/python310/Python-3.10.1/Lib/idlelib/idle_test/
H A Dtest_pyshell.py4 from idlelib import pyshell
20 line = pyshell.restart_line(width, file)
28 self.assertEqual(pyshell.restart_line(width, ''), expect)
29 self.assertEqual(pyshell.restart_line(taglen+2, ''), expect+' =')
49 psfl = pyshell.PyShellFileList(self.root)
50 self.assertEqual(psfl.EditorWindow, pyshell.PyShellEditorWindow)
51 self.assertIsNone(psfl.pyshell)
64 regexp = pyshell.PyShell._last_newline_re
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/idle_test/
H A Dtest_pyshell.py4 from idlelib import pyshell
20 line = pyshell.restart_line(width, file)
28 self.assertEqual(pyshell.restart_line(width, ''), expect)
29 self.assertEqual(pyshell.restart_line(taglen+2, ''), expect+' =')
49 psfl = pyshell.PyShellFileList(self.root)
50 self.assertEqual(psfl.EditorWindow, pyshell.PyShellEditorWindow)
51 self.assertIsNone(psfl.pyshell)
64 regexp = pyshell.PyShell._last_newline_re

12345678910>>...12