Home
last modified time | relevance | path

Searched refs:bind_class (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Tools/pynche/
DTypeinViewer.py42 self.__x.bind_class('Normalize', '<Key>', self.__normalize)
43 self.__x.bind_class('Update' , '<Key>', self.__maybeupdate)
/third_party/python/Lib/idlelib/
Dpyshell.py1467 root.bind_class(
1471 root.bind_class(cls, '<<Paste>>'))
/third_party/python/Lib/tkinter/
D__init__.py1441 def bind_class(self, className, sequence=None, func=None, add=None): member in Misc
/third_party/python/Misc/
DHISTORY29978 place wins over grid. Also, the bind_class method now returns its