Searched defs:needcleanup (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 1047 def _bind(self, what, sequence, func, add, needcleanup=1): argument 1210 def _register(self, func, subst=None, needcleanup=1): argument
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 1327 def _bind(self, what, sequence, func, add, needcleanup=1): argument 1505 def _register(self, func, subst=None, needcleanup=1): argument
|