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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 665 helpPath='' #so value won't be added to list
669 helpPath=value[1].strip()
670 if menuItem and helpPath: #neither are empty strings
671 helpSources.append( (menuItem,helpPath,option) )
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 665 helpPath='' #so value won't be added to list
669 helpPath=value[1].strip()
670 if menuItem and helpPath: #neither are empty strings
671 helpSources.append( (menuItem,helpPath,option) )

Completed in 2486 milliseconds