Home
last modified time | relevance | path

Searched refs:short_title (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/idlelib/
Doutwin.py87 def short_title(self): member in OutputWindow
Deditor.py988 short = self.short_title()
1014 def short_title(self): member in EditorWindow
Dpyshell.py1144 def short_title(self): member in PyShell
/third_party/python/Doc/library/
Dargparse.rst1094 >>> _ = parser.add_argument('short_title', type=hyphenated)
1096 Namespace(short_title='"the-tale-of-two-citi')