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

  /external/python/cpython2/Lib/idlelib/
EditorWindow.py 133 dochome = os.path.join(sys.prefix, 'Doc', 'index.html')
138 dochome = '/var/www/html/python/index.html'
141 dochome = os.path.join(basepath, pyver,
147 dochome = chmfile
150 dochome = os.path.join(sys.prefix,
152 dochome = os.path.normpath(dochome)
153 if os.path.isfile(dochome):
154 EditorWindow.help_url = dochome
    [all...]
  /external/python/cpython3/Lib/idlelib/
editor.py 63 dochome = os.path.join(sys.base_prefix, 'Doc', 'index.html')
68 dochome = '/var/www/html/python/index.html'
71 dochome = os.path.join(basepath, pyver,
77 dochome = chmfile
80 dochome = os.path.join(sys.base_prefix,
82 dochome = os.path.normpath(dochome)
83 if os.path.isfile(dochome):
84 EditorWindow.help_url = dochome
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 454 milliseconds