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

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