Home
last modified time | relevance | path

Searched refs:_tclCommands (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/tkinter/
D__init__.py314 _tclCommands = None variable in Variable
352 if self._tclCommands is not None:
353 for name in self._tclCommands:
356 self._tclCommands = None
384 if self._tclCommands is None:
385 self._tclCommands = []
386 self._tclCommands.append(cbname)
419 self._tclCommands.remove(cbname)
466 self._tclCommands.remove(cbname)
621 _tclCommands = None variable in Misc
[all …]
/external/python/cpython2/Lib/lib-tk/
DTkinter.py230 _tclCommands = None variable in Variable
261 if self._tclCommands is not None:
262 for name in self._tclCommands:
265 self._tclCommands = None
295 if self._tclCommands is None:
296 self._tclCommands = []
297 self._tclCommands.append(cbname)
315 self._tclCommands.remove(cbname)
439 _tclCommands = None variable in Misc
445 if self._tclCommands is not None:
[all …]
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py1376 commands = self.tv.master._tclCommands
1378 self.assertEqual(commands, self.tv.master._tclCommands)
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py1554 commands = self.tv.master._tclCommands
1556 self.assertEqual(commands, self.tv.master._tclCommands)