Searched refs:short_title (Results 1 – 4 of 4) sorted by relevance
87 def short_title(self): member in OutputWindow
990 short = self.short_title()1016 def short_title(self): member in EditorWindow
1042 def short_title(self): member in PyShell
1091 >>> _ = parser.add_argument('short_title', type=hyphenated)1093 Namespace(short_title='"the-tale-of-two-citi')