Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_tryorder

18 _tryorder = []          # Preference order of available browsers
24 _tryorder.append(name)
26 _tryorder.insert(0, name)
33 alternatives = _tryorder
59 for name in _tryorder:
551 _tryorder = []
641 # Don't clear _tryorder or _browsers since OS X can use above Unix support
653 _tryorder = []
666 # and prepend to _tryorder
676 # what to do if _tryorder is now empty?