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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
MultiCall.py 248 _type_names = dict([(name, number) variable
269 if words and words[0] in _type_names:
270 type = _type_names[words[0]]
282 if type in [_type_names[s] for s in ("KeyPress", "KeyRelease")]:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
MultiCall.py 248 _type_names = dict([(name, number) variable
269 if words and words[0] in _type_names:
270 type = _type_names[words[0]]
282 if type in [_type_names[s] for s in ("KeyPress", "KeyRelease")]:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 248 _type_names = dict([(name, number) variable
269 if words and words[0] in _type_names:
270 type = _type_names[words[0]]
282 if type in [_type_names[s] for s in ("KeyPress", "KeyRelease")]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 248 _type_names = dict([(name, number) variable
269 if words and words[0] in _type_names:
270 type = _type_names[words[0]]
282 if type in [_type_names[s] for s in ("KeyPress", "KeyRelease")]:

Completed in 3372 milliseconds