Home
last modified time | relevance | path

Searched refs:needcleanup (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
DTkinter.py1047 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__.py1327 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: