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

  /external/python/cpython2/Lib/idlelib/
MultiCall.py 320 self.__binders = [_binder_classes[i](i, widget, self)
331 self.__binders[triplet[1]].unbind(triplet, ei[0])
335 self.__binders[triplet[1]].bind(triplet, func)
347 self.__binders[triplet[1]].unbind(triplet, func)
364 self.__binders[triplet[1]].bind(triplet, func)
378 self.__binders[triplet[1]].unbind(triplet, func)
394 self.__binders[triplet[1]].unbind(triplet, func)
  /external/python/cpython3/Lib/idlelib/
multicall.py 331 self.__binders = [_binder_classes[i](i, widget, self)
343 self.__binders[triplet[1]].unbind(triplet, ei[0])
347 self.__binders[triplet[1]].bind(triplet, func)
359 self.__binders[triplet[1]].unbind(triplet, func)
377 self.__binders[triplet[1]].bind(triplet, func)
391 self.__binders[triplet[1]].unbind(triplet, func)
408 self.__binders[triplet[1]].unbind(triplet, func)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
MultiCall.py 321 self.__binders = [_binder_classes[i](i, widget, self)
332 self.__binders[triplet[1]].unbind(triplet, ei[0])
336 self.__binders[triplet[1]].bind(triplet, func)
348 self.__binders[triplet[1]].unbind(triplet, func)
365 self.__binders[triplet[1]].bind(triplet, func)
379 self.__binders[triplet[1]].unbind(triplet, func)
395 self.__binders[triplet[1]].unbind(triplet, func)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
MultiCall.py 321 self.__binders = [_binder_classes[i](i, widget, self)
332 self.__binders[triplet[1]].unbind(triplet, ei[0])
336 self.__binders[triplet[1]].bind(triplet, func)
348 self.__binders[triplet[1]].unbind(triplet, func)
365 self.__binders[triplet[1]].bind(triplet, func)
379 self.__binders[triplet[1]].unbind(triplet, func)
395 self.__binders[triplet[1]].unbind(triplet, func)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 321 self.__binders = [_binder_classes[i](i, widget, self)
332 self.__binders[triplet[1]].unbind(triplet, ei[0])
336 self.__binders[triplet[1]].bind(triplet, func)
348 self.__binders[triplet[1]].unbind(triplet, func)
365 self.__binders[triplet[1]].bind(triplet, func)
379 self.__binders[triplet[1]].unbind(triplet, func)
395 self.__binders[triplet[1]].unbind(triplet, func)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 321 self.__binders = [_binder_classes[i](i, widget, self)
332 self.__binders[triplet[1]].unbind(triplet, ei[0])
336 self.__binders[triplet[1]].bind(triplet, func)
348 self.__binders[triplet[1]].unbind(triplet, func)
365 self.__binders[triplet[1]].bind(triplet, func)
379 self.__binders[triplet[1]].unbind(triplet, func)
395 self.__binders[triplet[1]].unbind(triplet, func)

Completed in 4444 milliseconds