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