Searched defs:funcid (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | multicall.py | 352 def unbind(self, sequence, funcid=None): argument
|
/third_party/python/Lib/tkinter/ |
D | __init__.py | 1423 def unbind(self, sequence, funcid=None): argument 2762 def tag_unbind(self, tagOrId, sequence, funcid=None): argument 3862 def tag_unbind(self, tagName, sequence, funcid=None): argument
|