Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/tkinter/
D__init__.py295 _tclCommands = None variable in Variable
331 if self._tclCommands is not None:
332 for name in self._tclCommands:
335 self._tclCommands = None
359 if self._tclCommands is None:
360 self._tclCommands = []
361 self._tclCommands.append(cbname)
394 self._tclCommands.remove(cbname)
441 self._tclCommands.remove(cbname)
580 _tclCommands = None variable in Misc
[all …]
/external/python/cpython2/Lib/lib-tk/
DTkinter.py227 _tclCommands = None variable in Variable
258 if self._tclCommands is not None:
259 for name in self._tclCommands:
262 self._tclCommands = None
292 if self._tclCommands is None:
293 self._tclCommands = []
294 self._tclCommands.append(cbname)
312 self._tclCommands.remove(cbname)
436 _tclCommands = None variable in Misc
442 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.py1376 commands = self.tv.master._tclCommands
1378 self.assertEqual(commands, self.tv.master._tclCommands)