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

  /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 25 milliseconds