Searched defs:funcid (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | Canvas.py | 55 def unbind(self, sequence, funcid=None): argument 156 def unbind(self, sequence, funcid=None): argument
|
D | Tkinter.py | 1099 def unbind(self, sequence, funcid=None): argument 2271 def tag_unbind(self, tagOrId, sequence, funcid=None): argument 3167 def tag_unbind(self, tagName, sequence, funcid=None): argument
|
/external/python/cpython2/Lib/idlelib/ |
D | MultiCall.py | 340 def unbind(self, sequence, funcid=None): argument
|