Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DEditorWindow.py129 help_url = None variable in EditorWindow
132 if EditorWindow.help_url is None:
154 EditorWindow.help_url = dochome
157 EditorWindow.help_url = 'file://' + EditorWindow.help_url
159 EditorWindow.help_url = "https://docs.python.org/%d.%d/" % sys.version_info[:2]
557 os.startfile(self.help_url)
562 webbrowser.open(self.help_url)