Home
last modified time | relevance | path

Searched defs:helpfile (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DEditorWindow.py853 def __extra_help_callback(self, helpfile): argument
855 def display_extra_help(helpfile=helpfile): argument
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c1008 BSTR descr=NULL, helpfile=NULL, source=NULL; in GetComError() local