Home | History | Annotate | Download | only in idlelib

Lines Matching refs:help_url

121     help_url = None
124 if EditorWindow.help_url is None:
146 EditorWindow.help_url = dochome
149 EditorWindow.help_url = 'file://' + EditorWindow.help_url
151 EditorWindow.help_url = "http://docs.python.org/%d.%d" % sys.version_info[:2]
550 os.startfile(self.help_url)
555 webbrowser.open(self.help_url)