Home | History | Annotate | Download | only in idlelib

Lines Matching refs:dochome

125             dochome =  os.path.join(sys.prefix, 'Doc', 'index.html')
130 dochome = '/var/www/html/python/index.html'
133 dochome = os.path.join(basepath, pyver,
139 dochome = chmfile
142 dochome = os.path.join(sys.prefix,
144 dochome = os.path.normpath(dochome)
145 if os.path.isfile(dochome):
146 EditorWindow.help_url = dochome