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

  /external/python/cpython2/Lib/idlelib/
MultiCall.py 63 # _SimpleBinder handles event types with no modifiers and no detail.
68 class _SimpleBinder:
244 _binder_classes = (_ComplexBinder,) * 4 + (_SimpleBinder,) * (len(_types)-4)
274 if _binder_classes[type] is _SimpleBinder:
  /external/python/cpython3/Lib/idlelib/
multicall.py 68 # _SimpleBinder handles event types with no modifiers and no detail.
73 class _SimpleBinder:
258 _binder_classes = (_ComplexBinder,) * 4 + (_SimpleBinder,) * (len(_types)-4)
285 if _binder_classes[type] is _SimpleBinder:
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
MultiCall.py 64 # _SimpleBinder handles event types with no modifiers and no detail.
69 class _SimpleBinder:
245 _binder_classes = (_ComplexBinder,) * 4 + (_SimpleBinder,) * (len(_types)-4)
275 if _binder_classes[type] is _SimpleBinder:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
MultiCall.py 64 # _SimpleBinder handles event types with no modifiers and no detail.
69 class _SimpleBinder:
245 _binder_classes = (_ComplexBinder,) * 4 + (_SimpleBinder,) * (len(_types)-4)
275 if _binder_classes[type] is _SimpleBinder:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 64 # _SimpleBinder handles event types with no modifiers and no detail.
69 class _SimpleBinder:
245 _binder_classes = (_ComplexBinder,) * 4 + (_SimpleBinder,) * (len(_types)-4)
275 if _binder_classes[type] is _SimpleBinder:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 64 # _SimpleBinder handles event types with no modifiers and no detail.
69 class _SimpleBinder:
245 _binder_classes = (_ComplexBinder,) * 4 + (_SimpleBinder,) * (len(_types)-4)
275 if _binder_classes[type] is _SimpleBinder:

Completed in 178 milliseconds