Searched refs:short_title (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/idlelib/ | ||
D | OutputWindow.py | 25 def short_title(self): member in OutputWindow |
D | EditorWindow.py | 918 short = self.short_title() |
D | PyShell.py | 1039 def short_title(self): member in PyShell |
/external/python/cpython3/Lib/idlelib/ | ||
D | outwin.py | 88 def short_title(self): member in OutputWindow |
D | editor.py | 937 short = self.short_title() |
D | pyshell.py | 1040 def short_title(self): member in PyShell |