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.py990 short = self.short_title()
1016 def short_title(self): member in EditorWindow
Dpyshell.py1042 def short_title(self): member in PyShell
/third_party/python/Doc/library/
Dargparse.rst1091 >>> _ = parser.add_argument('short_title', type=hyphenated)
1093 Namespace(short_title='"the-tale-of-two-citi')