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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 283 type_re = _keysym_re
285 type_re = _button_re
289 elif len(words) == 1 and type_re.match(words[0]):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 283 type_re = _keysym_re
285 type_re = _button_re
289 elif len(words) == 1 and type_re.match(words[0]):

Completed in 182 milliseconds