Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/tkinter/
D__init__.py298 _tclCommands = None variable in Variable
334 if self._tclCommands is not None:
335 for name in self._tclCommands:
338 self._tclCommands = None
362 if self._tclCommands is None:
363 self._tclCommands = []
364 self._tclCommands.append(cbname)
397 self._tclCommands.remove(cbname)
444 self._tclCommands.remove(cbname)
583 _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.py1558 commands = self.tv.master._tclCommands
1560 self.assertEqual(commands, self.tv.master._tclCommands)