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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 136 chmfile = os.path.join(sys.prefix, 'Doc',
138 if os.path.isfile(chmfile):
139 dochome = chmfile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 136 chmfile = os.path.join(sys.prefix, 'Doc',
138 if os.path.isfile(chmfile):
139 dochome = chmfile
    [all...]

Completed in 47 milliseconds