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

  /external/python/cpython2/Lib/idlelib/
MultiCall.py 247 _type_names = dict([(name, number) variable
268 if words and words[0] in _type_names:
269 type = _type_names[words[0]]
281 if type in [_type_names[s] for s in ("KeyPress", "KeyRelease")]:
  /external/python/cpython3/Lib/idlelib/
multicall.py 261 _type_names = dict([(name, number) variable
280 if words and words[0] in _type_names:
281 type = _type_names[words[0]]
292 if type in [_type_names[s] for s in ("KeyPress", "KeyRelease")]:
  /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 298 milliseconds