HomeSort by relevance Sort by last modified time
    Searched refs:dochome (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 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
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 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
    [all...]

Completed in 38 milliseconds