Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Deditor.py66 help_url = None variable in EditorWindow
76 if EditorWindow.help_url is None:
98 EditorWindow.help_url = dochome
101 EditorWindow.help_url = 'file://' + EditorWindow.help_url
103 EditorWindow.help_url = ("https://docs.python.org/%d.%d/"
599 os.startfile(self.help_url)
604 webbrowser.open(self.help_url)