Home | History | Annotate | Download | only in idlelib

Lines Matching refs:helpfile

845     def __extra_help_callback(self, helpfile):
846 "Create a callback with the helpfile value frozen at definition time"
847 def display_extra_help(helpfile=helpfile):
848 if not helpfile.startswith(('www', 'http')):
849 helpfile = os.path.normpath(helpfile)
852 os.startfile(helpfile)
857 webbrowser.open(helpfile)