Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/idle_test/
Dtest_help.py18 helpfile = join(dirname(dirname(abspath(__file__))), 'help.html')
19 cls.frame = help.HelpFrame(root, helpfile)
/third_party/python/Lib/idlelib/
Deditor.py921 def __extra_help_callback(self, helpfile): argument
923 def display_extra_help(helpfile=helpfile): argument
924 if not helpfile.startswith(('www', 'http')):
925 helpfile = os.path.normpath(helpfile)
928 os.startfile(helpfile)
933 webbrowser.open(helpfile)
/third_party/python/Modules/_ctypes/
Dcallproc.c1051 BSTR descr=NULL, helpfile=NULL, source=NULL; in GetComError() local
1079 pei->lpVtbl->GetHelpFile(pei, &helpfile); in GetComError()
1095 descr, source, helpfile, helpcontext, in GetComError()
1105 if (helpfile) in GetComError()
1106 SysFreeString(helpfile); in GetComError()