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

  /external/python/cpython2/Lib/idlelib/
configHandler.py 669 helpSources = []
687 helpSources.append( (menuItem,helpPath,option) )
688 helpSources.sort(key=lambda x: int(x[2]))
689 return helpSources
  /external/python/cpython3/Lib/idlelib/
config.py 698 helpSources = []
716 helpSources.append( (menuItem,helpPath,option) )
717 helpSources.sort(key=lambda x: x[2])
718 return helpSources
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 653 helpSources=[]
671 helpSources.append( (menuItem,helpPath,option) )
672 helpSources.sort(key=lambda x: int(x[2]))
673 return helpSources
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 653 helpSources=[]
671 helpSources.append( (menuItem,helpPath,option) )
672 helpSources.sort(key=lambda x: int(x[2]))
673 return helpSources
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 653 helpSources=[]
671 helpSources.append( (menuItem,helpPath,option) )
672 helpSources.sort(key=lambda x: int(x[2]))
673 return helpSources
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 653 helpSources=[]
671 helpSources.append( (menuItem,helpPath,option) )
672 helpSources.sort(key=lambda x: int(x[2]))
673 return helpSources

Completed in 1661 milliseconds