Searched refs:bind_class (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Tools/pynche/ |
D | TypeinViewer.py | 42 self.__x.bind_class('Normalize', '<Key>', self.__normalize) 43 self.__x.bind_class('Update' , '<Key>', self.__maybeupdate)
|
/third_party/python/Lib/idlelib/ |
D | pyshell.py | 1467 root.bind_class( 1471 root.bind_class(cls, '<<Paste>>'))
|
/third_party/python/Lib/tkinter/ |
D | __init__.py | 1441 def bind_class(self, className, sequence=None, func=None, add=None): member in Misc
|
/third_party/python/Misc/ |
D | HISTORY | 29978 place wins over grid. Also, the bind_class method now returns its
|