Searched refs: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 1053 needcleanup) 1210 def _register(self, func, subst=None, needcleanup=1): argument 1226 if needcleanup:
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 1327 def _bind(self, what, sequence, func, add, needcleanup=1): argument 1333 needcleanup) 1505 def _register(self, func, subst=None, needcleanup=1): argument 1521 if needcleanup:
|