Home | History | Annotate | Download | only in idlelib

Lines Matching refs:helpSources

698         helpSources = []
716 helpSources.append( (menuItem,helpPath,option) )
717 helpSources.sort(key=lambda x: x[2])
718 return helpSources