Home
last modified time | relevance | path

Searched refs:prompt_last_line (Results 51 – 75 of 95) sorted by relevance

1234

/dports/lang/python38/Python-3.8.12/Lib/idlelib/
H A Dhyperparser.py38 if not editwin.prompt_last_line:
H A Deditor.py122 self.prompt_last_line = '' # Override in PyShell
1306 if chars == self.prompt_last_line: # '' unless PyShell
1386 while line and line[-1] in " \t" and line != self.prompt_last_line:
1403 if not self.prompt_last_line:
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/
H A Deditor.py122 self.prompt_last_line = '' # Override in PyShell
1306 if chars == self.prompt_last_line: # '' unless PyShell
1386 while line and line[-1] in " \t" and line != self.prompt_last_line:
1403 if not self.prompt_last_line:
/dports/lang/python37/Python-3.7.12/Lib/idlelib/
H A Deditor.py122 self.prompt_last_line = '' # Override in PyShell
1304 if chars == self.prompt_last_line: # '' unless PyShell
1384 while line and line[-1] in " \t" and line != self.prompt_last_line:
1401 if not self.prompt_last_line:
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/
H A Deditor.py122 self.prompt_last_line = '' # Override in PyShell
1306 if chars == self.prompt_last_line: # '' unless PyShell
1386 while line and line[-1] in " \t" and line != self.prompt_last_line:
1403 if not self.prompt_last_line:
/dports/lang/python39/Python-3.9.9/Lib/idlelib/
H A Deditor.py122 self.prompt_last_line = '' # Override in PyShell
1306 if chars == self.prompt_last_line: # '' unless PyShell
1386 while line and line[-1] in " \t" and line != self.prompt_last_line:
1403 if not self.prompt_last_line:
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/
H A Deditor.py122 self.prompt_last_line = '' # Override in PyShell
1306 if chars == self.prompt_last_line: # '' unless PyShell
1386 while line and line[-1] in " \t" and line != self.prompt_last_line:
1403 if not self.prompt_last_line:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/
H A Deditor.py122 self.prompt_last_line = '' # Override in PyShell
1306 if chars == self.prompt_last_line: # '' unless PyShell
1386 while line and line[-1] in " \t" and line != self.prompt_last_line:
1403 if not self.prompt_last_line:
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_calltip.py276 self.prompt_last_line = ">>> "
H A Dtest_autocomplete.py22 self.prompt_last_line = '>>>' # Currently not used by autocomplete.
/dports/lang/python310/Python-3.10.1/Lib/idlelib/idle_test/
H A Dtest_calltip.py276 self.prompt_last_line = ">>> "
H A Dtest_autocomplete.py22 self.prompt_last_line = '>>>' # Currently not used by autocomplete.
/dports/lang/python37/Python-3.7.12/Lib/idlelib/idle_test/
H A Dtest_autocomplete.py22 self.prompt_last_line = '>>>' # Currently not used by autocomplete.
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_autocomplete.py22 self.prompt_last_line = '>>>' # Currently not used by autocomplete.
H A Dtest_calltip.py276 self.prompt_last_line = ">>> "
/dports/lang/python39/Python-3.9.9/Lib/idlelib/idle_test/
H A Dtest_autocomplete.py22 self.prompt_last_line = '>>>' # Currently not used by autocomplete.
H A Dtest_calltip.py276 self.prompt_last_line = ">>> "
/dports/lang/python38/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_autocomplete.py22 self.prompt_last_line = '>>>' # Currently not used by autocomplete.
H A Dtest_calltip.py276 self.prompt_last_line = ">>> "
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_autocomplete.py22 self.prompt_last_line = '>>>' # Currently not used by autocomplete.
H A Dtest_calltip.py276 self.prompt_last_line = ">>> "
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/idle_test/
H A Dtest_autocomplete.py22 self.prompt_last_line = '>>>' # Currently not used by autocomplete.
H A Dtest_calltip.py276 self.prompt_last_line = ">>> "
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/idle_test/
H A Dtest_calltip.py276 self.prompt_last_line = ">>> "
H A Dtest_autocomplete.py22 self.prompt_last_line = '>>>' # Currently not used by autocomplete.

1234